Shades of Deep Sea #07875E
Tints of Deep Sea #07875E
RGB
CMYK
RGB Variations
Color information
#07875E (or 0x07875E) is known color: Deep Sea. HEX triplet: 07, 87 and 5E. RGB value is (7,135,94). Sum of RGB (Red+Green+Blue) = 7+135+94=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #07875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07875E is #F878A1. Grayscale: #5C5C5C. Windows color (decimal): -16283810 or 6194951. OLE color: 6194951.
HSL color Cylindrical-coordinate representation of color #07875E: hue angle of 160.78º 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 #07875E is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 94 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.47 |
| HSL | 160.78º | 0.9% | 0.28% | - |
| HSV(B) | 160.78º | 0.95% | 0.53% | - |
| XYZ | 10.77 | 18.18 | 13.53 | - |
| YUV | 92.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 94 | 0.95 | 0 | 0.30 | 0.47 | 160.78 | 0.9 | 0.28 |
| Hex | 7 | 87 | 5E | 5F | 0 | 1E | 2F | A1 | 5A | 1C |
| Octal | 7 | 207 | 136 | 137 | 0 | 36 | 57 | 241 | 132 | 34 |
| Binary | 111 | 10000111 | 1011110 | 1011111 | 0 | 11110 | 101111 | 10100001 | 1011010 | 11100 |
Color Harmonies of #07875E
Complementary color
Monochromatic Colors of #07875E
Black with #07875E
Text Example
Text Example
White with #07875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07875E; }
p { color: rgb(7,135,94); }
H1.HeaderClassName
{
color: #07875E;
}
.AnyTagClassName
{
color: #07875E;
}
</style>
background-color css
<style>
a { background-color: #07875E; }
a { background-color: rgb(7,135,94); }
div.DivClassName
{
background-color: #07875E;
}
.BgClassName
{
background-color: #07875E;
}
</style>
border-color css
<style>
span { border-color: #07875E; }
span { border-color: rgb(7,135,94); }
td.TdClassName
{
border-color: #07875E;
}
.TagClassName
{
border-color: #07875E;
}
</style>