Shades of Dark Cyan #077E8D
Tints of Dark Cyan #077E8D
RGB
CMYK
RGB Variations
Color information
#077E8D (or 0x077E8D) is known color: Dark Cyan. HEX triplet: 07, 7E and 8D. RGB value is (7,126,141). Sum of RGB (Red+Green+Blue) = 7+126+141=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #077E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077E8D is #F88172. Grayscale: #5B5B5B. Windows color (decimal): -16286067 or 9272839. OLE color: 9272839.
HSL color Cylindrical-coordinate representation of color #077E8D: hue angle of 186.72º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077E8D is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 126 | 141 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.45 |
| HSL | 186.72º | 0.91% | 0.29% | - |
| HSV(B) | 186.72º | 0.95% | 0.55% | - |
| XYZ | 12.36 | 16.89 | 27.81 | - |
| YUV | 92.13 | 155.58 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 141 | 0.95 | 0.11 | 0 | 0.45 | 186.72 | 0.91 | 0.29 |
| Hex | 7 | 7E | 8D | 5F | B | 0 | 2D | BB | 5B | 1D |
| Octal | 7 | 176 | 215 | 137 | 13 | 0 | 55 | 273 | 133 | 35 |
| Binary | 111 | 1111110 | 10001101 | 1011111 | 1011 | 0 | 101101 | 10111011 | 1011011 | 11101 |
Color Harmonies of #077E8D
Complementary color
Monochromatic Colors of #077E8D
Black with #077E8D
Text Example
Text Example
White with #077E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E8D; }
p { color: rgb(7,126,141); }
H1.HeaderClassName
{
color: #077E8D;
}
.AnyTagClassName
{
color: #077E8D;
}
</style>
background-color css
<style>
a { background-color: #077E8D; }
a { background-color: rgb(7,126,141); }
div.DivClassName
{
background-color: #077E8D;
}
.BgClassName
{
background-color: #077E8D;
}
</style>
border-color css
<style>
span { border-color: #077E8D; }
span { border-color: rgb(7,126,141); }
td.TdClassName
{
border-color: #077E8D;
}
.TagClassName
{
border-color: #077E8D;
}
</style>