HEX: #076773
RGB: (7,103,115)
#076773 contains mainly green and blue colors. Web safe color of #076773 is #006666 (or #066).
#076773 color RGB value is (7,103,115).
RGB: (7,103,115) (3%,40%,45%)
R 7 of 255 = 3%
G 103 of 255 = 40%
B 115 of 255 = 45%
R + G + B ~ 29%. #076773 is quite dark color.
R + G + B =
7 + 103 + 115 = 225 (100%)
R 7 of 225 ~ 3.11%
G 103 of 225 ~ 45.78%
B 115 of 225 ~ 51.11%
#076773 color CMYK value is (94,10,0,55).
CMYK: (94,10,0,55) C94M10Y0K55 (94%,10%,0%,55%) (0.94/0.10/0.00/0.55)
07 | 67 | 73 | |
---|---|---|---|
RGB | 7 | 103 | 115 |
HSL | 187° | 88.52% | 23.92% |
HSB/HSV | 187° | 93.91% | 45.10% |
CMYK | 93.91% | 10.43% | 0.00% |
54.90% |
HEX | 07 | 67 | 73 |
Decimal | 7 | 103 | 115 |
Binary | 111 | 1100111 | 1110011 |
Octal | 7 | 147 | 163 |
Examples of css and html codes for elements with #076773 color. Also use rgb(7,103,115) instead hex code.
.myTextColor { color: #076773; }
<p style="color:#076773">This sample text font color is #076773.</p>
This text font color is #076773.
.myBgColor { background-color: #076773; }
<div style="background-color:#076773">Inner text</div>
This div background color is #076773.
.myBorderColor { border: 1px solid #076773; }
<div style="border:3px solid #076773">Div</div>
This div border color is #076773.
.myOpacity80 { color: #076773; opacity: 0.8; }
<p style="color:#076773;opacity:0.8;">80%</p>
Text with #076773 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #076773;}
<p style="text-shadow: 3px 3px 1px #076773">Text here.</p>
This text has shadow with #076773 color.
.textShadow {text-shadow: 3px 3px 1px #076773, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #076773, 5px 5px 20px red">Text here.</p>
This text has shadow with #076773 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#076773, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#076773, Direction=45, Strength=4)">Text</p>
This text has shadow with #076773 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #076773; -webkit-box-shadow: 1px 1px 3px 2px #076773; box-shadow: 1px 1px 3px 2px #076773; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #076773; -webkit-box-shadow: 1px 1px 3px 2px #076773; box-shadow:1px 1px 3px 2px #076773;">
Div content here</div>
This text has color #076773 on black background.
This text has color #076773 on white background.
This text has black color on #076773 background.
This text has white color on #076773 background.