Shades of Genoa #27776C
Tints of Genoa #27776C
RGB
CMYK
RGB Variations
Color information
#27776C (or 0x27776C) is known color: Genoa. HEX triplet: 27, 77 and 6C. RGB value is (39,119,108). Sum of RGB (Red+Green+Blue) = 39+119+108=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #27776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27776C is #D88893. Grayscale: #5D5D5D. Windows color (decimal): -14190740 or 7108391. OLE color: 7108391.
HSL color Cylindrical-coordinate representation of color #27776C: hue angle of 171.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 #27776C is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 108 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.53 |
| HSL | 171.75º | 0.51% | 0.31% | - |
| HSV(B) | 171.75º | 0.67% | 0.47% | - |
| XYZ | 10.14 | 14.71 | 16.49 | - |
| YUV | 93.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 108 | 0.67 | 0 | 0.09 | 0.53 | 171.75 | 0.51 | 0.31 |
| Hex | 27 | 77 | 6C | 43 | 0 | 9 | 35 | AC | 33 | 1F |
| Octal | 47 | 167 | 154 | 103 | 0 | 11 | 65 | 254 | 63 | 37 |
| Binary | 100111 | 1110111 | 1101100 | 1000011 | 0 | 1001 | 110101 | 10101100 | 110011 | 11111 |
Color Harmonies of #27776C
Complementary color
Monochromatic Colors of #27776C
Black with #27776C
Text Example
Text Example
White with #27776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27776C; }
p { color: rgb(39,119,108); }
H1.HeaderClassName
{
color: #27776C;
}
.AnyTagClassName
{
color: #27776C;
}
</style>
background-color css
<style>
a { background-color: #27776C; }
a { background-color: rgb(39,119,108); }
div.DivClassName
{
background-color: #27776C;
}
.BgClassName
{
background-color: #27776C;
}
</style>
border-color css
<style>
span { border-color: #27776C; }
span { border-color: rgb(39,119,108); }
td.TdClassName
{
border-color: #27776C;
}
.TagClassName
{
border-color: #27776C;
}
</style>