Shades of Dark Cyan #07878C
Tints of Dark Cyan #07878C
RGB
CMYK
RGB Variations
Color information
#07878C (or 0x07878C) is known color: Dark Cyan. HEX triplet: 07, 87 and 8C. RGB value is (7,135,140). Sum of RGB (Red+Green+Blue) = 7+135+140=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #07878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07878C is #F87873. Grayscale: #616161. Windows color (decimal): -16283764 or 9209607. OLE color: 9209607.
HSL color Cylindrical-coordinate representation of color #07878C: hue angle of 182.26º 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 #07878C is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 135 | 140 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.45 |
| HSL | 182.26º | 0.9% | 0.29% | - |
| HSV(B) | 182.26º | 0.95% | 0.55% | - |
| XYZ | 13.49 | 19.27 | 27.82 | - |
| YUV | 97.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 140 | 0.95 | 0.04 | 0 | 0.45 | 182.26 | 0.9 | 0.29 |
| Hex | 7 | 87 | 8C | 5F | 4 | 0 | 2D | B6 | 5A | 1D |
| Octal | 7 | 207 | 214 | 137 | 4 | 0 | 55 | 266 | 132 | 35 |
| Binary | 111 | 10000111 | 10001100 | 1011111 | 100 | 0 | 101101 | 10110110 | 1011010 | 11101 |
Color Harmonies of #07878C
Complementary color
Monochromatic Colors of #07878C
Black with #07878C
Text Example
Text Example
White with #07878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07878C; }
p { color: rgb(7,135,140); }
H1.HeaderClassName
{
color: #07878C;
}
.AnyTagClassName
{
color: #07878C;
}
</style>
background-color css
<style>
a { background-color: #07878C; }
a { background-color: rgb(7,135,140); }
div.DivClassName
{
background-color: #07878C;
}
.BgClassName
{
background-color: #07878C;
}
</style>
border-color css
<style>
span { border-color: #07878C; }
span { border-color: rgb(7,135,140); }
td.TdClassName
{
border-color: #07878C;
}
.TagClassName
{
border-color: #07878C;
}
</style>