Shades of Deep Sea #27775C
Tints of Deep Sea #27775C
RGB
CMYK
RGB Variations
Color information
#27775C (or 0x27775C) is known color: Deep Sea. HEX triplet: 27, 77 and 5C. RGB value is (39,119,92). Sum of RGB (Red+Green+Blue) = 39+119+92=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #27775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27775C is #D888A3. Grayscale: #5C5C5C. Windows color (decimal): -14190756 or 6059815. OLE color: 6059815.
HSL color Cylindrical-coordinate representation of color #27775C: hue angle of 159.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27775C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 92 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.53 |
| HSL | 159.75º | 0.51% | 0.31% | - |
| HSV(B) | 159.75º | 0.67% | 0.47% | - |
| XYZ | 9.37 | 14.4 | 12.41 | - |
| YUV | 92 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 92 | 0.67 | 0 | 0.23 | 0.53 | 159.75 | 0.51 | 0.31 |
| Hex | 27 | 77 | 5C | 43 | 0 | 17 | 35 | A0 | 33 | 1F |
| Octal | 47 | 167 | 134 | 103 | 0 | 27 | 65 | 240 | 63 | 37 |
| Binary | 100111 | 1110111 | 1011100 | 1000011 | 0 | 10111 | 110101 | 10100000 | 110011 | 11111 |
Color Harmonies of #27775C
Complementary color
Monochromatic Colors of #27775C
Black with #27775C
Text Example
Text Example
White with #27775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27775C; }
p { color: rgb(39,119,92); }
H1.HeaderClassName
{
color: #27775C;
}
.AnyTagClassName
{
color: #27775C;
}
</style>
background-color css
<style>
a { background-color: #27775C; }
a { background-color: rgb(39,119,92); }
div.DivClassName
{
background-color: #27775C;
}
.BgClassName
{
background-color: #27775C;
}
</style>
border-color css
<style>
span { border-color: #27775C; }
span { border-color: rgb(39,119,92); }
td.TdClassName
{
border-color: #27775C;
}
.TagClassName
{
border-color: #27775C;
}
</style>