Shades of Genoa #27766C
Tints of Genoa #27766C
RGB
CMYK
RGB Variations
Color information
#27766C (or 0x27766C) is known color: Genoa. HEX triplet: 27, 76 and 6C. RGB value is (39,118,108). Sum of RGB (Red+Green+Blue) = 39+118+108=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #27766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27766C is #D88993. Grayscale: #5D5D5D. Windows color (decimal): -14190996 or 7108135. OLE color: 7108135.
HSL color Cylindrical-coordinate representation of color #27766C: hue angle of 172.41º 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 #27766C is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 108 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.54 |
| HSL | 172.41º | 0.5% | 0.31% | - |
| HSV(B) | 172.41º | 0.67% | 0.46% | - |
| XYZ | 10.02 | 14.47 | 16.45 | - |
| YUV | 93.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 108 | 0.67 | 0 | 0.08 | 0.54 | 172.41 | 0.5 | 0.31 |
| Hex | 27 | 76 | 6C | 43 | 0 | 8 | 36 | AC | 32 | 1F |
| Octal | 47 | 166 | 154 | 103 | 0 | 10 | 66 | 254 | 62 | 37 |
| Binary | 100111 | 1110110 | 1101100 | 1000011 | 0 | 1000 | 110110 | 10101100 | 110010 | 11111 |
Color Harmonies of #27766C
Complementary color
Monochromatic Colors of #27766C
Black with #27766C
Text Example
Text Example
White with #27766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27766C; }
p { color: rgb(39,118,108); }
H1.HeaderClassName
{
color: #27766C;
}
.AnyTagClassName
{
color: #27766C;
}
</style>
background-color css
<style>
a { background-color: #27766C; }
a { background-color: rgb(39,118,108); }
div.DivClassName
{
background-color: #27766C;
}
.BgClassName
{
background-color: #27766C;
}
</style>
border-color css
<style>
span { border-color: #27766C; }
span { border-color: rgb(39,118,108); }
td.TdClassName
{
border-color: #27766C;
}
.TagClassName
{
border-color: #27766C;
}
</style>