Shades of Observatory #078875
Tints of Observatory #078875
RGB
CMYK
RGB Variations
Color information
#078875 (or 0x078875) is known color: Observatory. HEX triplet: 07, 88 and 75. RGB value is (7,136,117). Sum of RGB (Red+Green+Blue) = 7+136+117=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #078875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078875 is #F8778A. Grayscale: #5F5F5F. Windows color (decimal): -16283531 or 7702535. OLE color: 7702535.
HSL color Cylindrical-coordinate representation of color #078875: hue angle of 171.16º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078875 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 117 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.47 |
| HSL | 171.16º | 0.9% | 0.28% | - |
| HSV(B) | 171.16º | 0.95% | 0.53% | - |
| XYZ | 12.1 | 18.94 | 19.85 | - |
| YUV | 95.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 117 | 0.95 | 0 | 0.14 | 0.47 | 171.16 | 0.9 | 0.28 |
| Hex | 7 | 88 | 75 | 5F | 0 | E | 2F | AB | 5A | 1C |
| Octal | 7 | 210 | 165 | 137 | 0 | 16 | 57 | 253 | 132 | 34 |
| Binary | 111 | 10001000 | 1110101 | 1011111 | 0 | 1110 | 101111 | 10101011 | 1011010 | 11100 |
Color Harmonies of #078875
Complementary color
Monochromatic Colors of #078875
Black with #078875
Text Example
Text Example
White with #078875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078875; }
p { color: rgb(7,136,117); }
H1.HeaderClassName
{
color: #078875;
}
.AnyTagClassName
{
color: #078875;
}
</style>
background-color css
<style>
a { background-color: #078875; }
a { background-color: rgb(7,136,117); }
div.DivClassName
{
background-color: #078875;
}
.BgClassName
{
background-color: #078875;
}
</style>
border-color css
<style>
span { border-color: #078875; }
span { border-color: rgb(7,136,117); }
td.TdClassName
{
border-color: #078875;
}
.TagClassName
{
border-color: #078875;
}
</style>