Shades of Deep Sea #1D7765
Tints of Deep Sea #1D7765
RGB
CMYK
RGB Variations
Color information
#1D7765 (or 0x1D7765) is known color: Deep Sea. HEX triplet: 1D, 77 and 65. RGB value is (29,119,101). Sum of RGB (Red+Green+Blue) = 29+119+101=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7765 is #E2889A. Grayscale: #5A5A5A. Windows color (decimal): -14846107 or 6649629. OLE color: 6649629.
HSL color Cylindrical-coordinate representation of color #1D7765: hue angle of 168º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7765 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 101 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.53 |
| HSL | 168º | 0.61% | 0.29% | - |
| HSV(B) | 168º | 0.76% | 0.47% | - |
| XYZ | 9.45 | 14.39 | 14.59 | - |
| YUV | 90.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 101 | 0.76 | 0 | 0.15 | 0.53 | 168 | 0.61 | 0.29 |
| Hex | 1D | 77 | 65 | 4C | 0 | F | 35 | A8 | 3D | 1D |
| Octal | 35 | 167 | 145 | 114 | 0 | 17 | 65 | 250 | 75 | 35 |
| Binary | 11101 | 1110111 | 1100101 | 1001100 | 0 | 1111 | 110101 | 10101000 | 111101 | 11101 |
Color Harmonies of #1D7765
Complementary color
Monochromatic Colors of #1D7765
Black with #1D7765
Text Example
Text Example
White with #1D7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7765; }
p { color: rgb(29,119,101); }
H1.HeaderClassName
{
color: #1D7765;
}
.AnyTagClassName
{
color: #1D7765;
}
</style>
background-color css
<style>
a { background-color: #1D7765; }
a { background-color: rgb(29,119,101); }
div.DivClassName
{
background-color: #1D7765;
}
.BgClassName
{
background-color: #1D7765;
}
</style>
border-color css
<style>
span { border-color: #1D7765; }
span { border-color: rgb(29,119,101); }
td.TdClassName
{
border-color: #1D7765;
}
.TagClassName
{
border-color: #1D7765;
}
</style>