Shades of Dark Cyan #077F8C
Tints of Dark Cyan #077F8C
RGB
CMYK
RGB Variations
Color information
#077F8C (or 0x077F8C) is known color: Dark Cyan. HEX triplet: 07, 7F and 8C. RGB value is (7,127,140). Sum of RGB (Red+Green+Blue) = 7+127+140=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #077F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077F8C is #F88073. Grayscale: #5C5C5C. Windows color (decimal): -16285812 or 9207559. OLE color: 9207559.
HSL color Cylindrical-coordinate representation of color #077F8C: hue angle of 185.86º degrees, saturation: 0.9, 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 #077F8C is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 127 | 140 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.45 |
| HSL | 185.86º | 0.9% | 0.29% | - |
| HSV(B) | 185.86º | 0.95% | 0.55% | - |
| XYZ | 12.41 | 17.12 | 27.46 | - |
| YUV | 92.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 140 | 0.95 | 0.09 | 0 | 0.45 | 185.86 | 0.9 | 0.29 |
| Hex | 7 | 7F | 8C | 5F | 9 | 0 | 2D | BA | 5A | 1D |
| Octal | 7 | 177 | 214 | 137 | 11 | 0 | 55 | 272 | 132 | 35 |
| Binary | 111 | 1111111 | 10001100 | 1011111 | 1001 | 0 | 101101 | 10111010 | 1011010 | 11101 |
Color Harmonies of #077F8C
Complementary color
Monochromatic Colors of #077F8C
Black with #077F8C
Text Example
Text Example
White with #077F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F8C; }
p { color: rgb(7,127,140); }
H1.HeaderClassName
{
color: #077F8C;
}
.AnyTagClassName
{
color: #077F8C;
}
</style>
background-color css
<style>
a { background-color: #077F8C; }
a { background-color: rgb(7,127,140); }
div.DivClassName
{
background-color: #077F8C;
}
.BgClassName
{
background-color: #077F8C;
}
</style>
border-color css
<style>
span { border-color: #077F8C; }
span { border-color: rgb(7,127,140); }
td.TdClassName
{
border-color: #077F8C;
}
.TagClassName
{
border-color: #077F8C;
}
</style>