Shades of Deep Sea #20776B
Tints of Deep Sea #20776B
RGB
CMYK
RGB Variations
Color information
#20776B (or 0x20776B) is known color: Deep Sea. HEX triplet: 20, 77 and 6B. RGB value is (32,119,107). Sum of RGB (Red+Green+Blue) = 32+119+107=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #20776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20776B is #DF8894. Grayscale: #5B5B5B. Windows color (decimal): -14649493 or 7042848. OLE color: 7042848.
HSL color Cylindrical-coordinate representation of color #20776B: hue angle of 171.72º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20776B is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 107 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.53 |
| HSL | 171.72º | 0.58% | 0.3% | - |
| HSV(B) | 171.72º | 0.73% | 0.47% | - |
| XYZ | 9.85 | 14.56 | 16.2 | - |
| YUV | 91.62 | 136.68 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 107 | 0.73 | 0 | 0.10 | 0.53 | 171.72 | 0.58 | 0.3 |
| Hex | 20 | 77 | 6B | 49 | 0 | A | 35 | AC | 3A | 1E |
| Octal | 40 | 167 | 153 | 111 | 0 | 12 | 65 | 254 | 72 | 36 |
| Binary | 100000 | 1110111 | 1101011 | 1001001 | 0 | 1010 | 110101 | 10101100 | 111010 | 11110 |
Color Harmonies of #20776B
Complementary color
Monochromatic Colors of #20776B
Black with #20776B
Text Example
Text Example
White with #20776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20776B; }
p { color: rgb(32,119,107); }
H1.HeaderClassName
{
color: #20776B;
}
.AnyTagClassName
{
color: #20776B;
}
</style>
background-color css
<style>
a { background-color: #20776B; }
a { background-color: rgb(32,119,107); }
div.DivClassName
{
background-color: #20776B;
}
.BgClassName
{
background-color: #20776B;
}
</style>
border-color css
<style>
span { border-color: #20776B; }
span { border-color: rgb(32,119,107); }
td.TdClassName
{
border-color: #20776B;
}
.TagClassName
{
border-color: #20776B;
}
</style>