Shades of Deep Sea #27765E
Tints of Deep Sea #27765E
RGB
CMYK
RGB Variations
Color information
#27765E (or 0x27765E) is known color: Deep Sea. HEX triplet: 27, 76 and 5E. RGB value is (39,118,94). Sum of RGB (Red+Green+Blue) = 39+118+94=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #27765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27765E is #D889A1. Grayscale: #5B5B5B. Windows color (decimal): -14191010 or 6190631. OLE color: 6190631.
HSL color Cylindrical-coordinate representation of color #27765E: hue angle of 161.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27765E is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 94 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.54 |
| HSL | 161.77º | 0.5% | 0.31% | - |
| HSV(B) | 161.77º | 0.67% | 0.46% | - |
| XYZ | 9.34 | 14.2 | 12.84 | - |
| YUV | 91.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 94 | 0.67 | 0 | 0.20 | 0.54 | 161.77 | 0.5 | 0.31 |
| Hex | 27 | 76 | 5E | 43 | 0 | 14 | 36 | A2 | 32 | 1F |
| Octal | 47 | 166 | 136 | 103 | 0 | 24 | 66 | 242 | 62 | 37 |
| Binary | 100111 | 1110110 | 1011110 | 1000011 | 0 | 10100 | 110110 | 10100010 | 110010 | 11111 |
Color Harmonies of #27765E
Complementary color
Monochromatic Colors of #27765E
Black with #27765E
Text Example
Text Example
White with #27765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27765E; }
p { color: rgb(39,118,94); }
H1.HeaderClassName
{
color: #27765E;
}
.AnyTagClassName
{
color: #27765E;
}
</style>
background-color css
<style>
a { background-color: #27765E; }
a { background-color: rgb(39,118,94); }
div.DivClassName
{
background-color: #27765E;
}
.BgClassName
{
background-color: #27765E;
}
</style>
border-color css
<style>
span { border-color: #27765E; }
span { border-color: rgb(39,118,94); }
td.TdClassName
{
border-color: #27765E;
}
.TagClassName
{
border-color: #27765E;
}
</style>