Shades of Deep Sea #07875C
Tints of Deep Sea #07875C
RGB
CMYK
RGB Variations
Color information
#07875C (or 0x07875C) is known color: Deep Sea. HEX triplet: 07, 87 and 5C. RGB value is (7,135,92). Sum of RGB (Red+Green+Blue) = 7+135+92=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #07875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07875C is #F878A3. Grayscale: #5B5B5B. Windows color (decimal): -16283812 or 6063879. OLE color: 6063879.
HSL color Cylindrical-coordinate representation of color #07875C: hue angle of 159.84º 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 #07875C is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 92 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.47 |
| HSL | 159.84º | 0.9% | 0.28% | - |
| HSV(B) | 159.84º | 0.95% | 0.53% | - |
| XYZ | 10.68 | 18.15 | 13.06 | - |
| YUV | 91.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 92 | 0.95 | 0 | 0.32 | 0.47 | 159.84 | 0.9 | 0.28 |
| Hex | 7 | 87 | 5C | 5F | 0 | 20 | 2F | A0 | 5A | 1C |
| Octal | 7 | 207 | 134 | 137 | 0 | 40 | 57 | 240 | 132 | 34 |
| Binary | 111 | 10000111 | 1011100 | 1011111 | 0 | 100000 | 101111 | 10100000 | 1011010 | 11100 |
Color Harmonies of #07875C
Complementary color
Monochromatic Colors of #07875C
Black with #07875C
Text Example
Text Example
White with #07875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07875C; }
p { color: rgb(7,135,92); }
H1.HeaderClassName
{
color: #07875C;
}
.AnyTagClassName
{
color: #07875C;
}
</style>
background-color css
<style>
a { background-color: #07875C; }
a { background-color: rgb(7,135,92); }
div.DivClassName
{
background-color: #07875C;
}
.BgClassName
{
background-color: #07875C;
}
</style>
border-color css
<style>
span { border-color: #07875C; }
span { border-color: rgb(7,135,92); }
td.TdClassName
{
border-color: #07875C;
}
.TagClassName
{
border-color: #07875C;
}
</style>