Shades of Deep Sea #1B776D
Tints of Deep Sea #1B776D
RGB
CMYK
RGB Variations
Color information
#1B776D (or 0x1B776D) is known color: Deep Sea. HEX triplet: 1B, 77 and 6D. RGB value is (27,119,109). Sum of RGB (Red+Green+Blue) = 27+119+109=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #1B776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B776D is #E48892. Grayscale: #5A5A5A. Windows color (decimal): -14977171 or 7173915. OLE color: 7173915.
HSL color Cylindrical-coordinate representation of color #1B776D: hue angle of 173.48º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B776D is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 109 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.53 |
| HSL | 173.48º | 0.63% | 0.29% | - |
| HSV(B) | 173.48º | 0.77% | 0.47% | - |
| XYZ | 9.81 | 14.53 | 16.76 | - |
| YUV | 90.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 109 | 0.77 | 0 | 0.08 | 0.53 | 173.48 | 0.63 | 0.29 |
| Hex | 1B | 77 | 6D | 4D | 0 | 8 | 35 | AD | 3F | 1D |
| Octal | 33 | 167 | 155 | 115 | 0 | 10 | 65 | 255 | 77 | 35 |
| Binary | 11011 | 1110111 | 1101101 | 1001101 | 0 | 1000 | 110101 | 10101101 | 111111 | 11101 |
Color Harmonies of #1B776D
Complementary color
Monochromatic Colors of #1B776D
Black with #1B776D
Text Example
Text Example
White with #1B776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B776D; }
p { color: rgb(27,119,109); }
H1.HeaderClassName
{
color: #1B776D;
}
.AnyTagClassName
{
color: #1B776D;
}
</style>
background-color css
<style>
a { background-color: #1B776D; }
a { background-color: rgb(27,119,109); }
div.DivClassName
{
background-color: #1B776D;
}
.BgClassName
{
background-color: #1B776D;
}
</style>
border-color css
<style>
span { border-color: #1B776D; }
span { border-color: rgb(27,119,109); }
td.TdClassName
{
border-color: #1B776D;
}
.TagClassName
{
border-color: #1B776D;
}
</style>