Shades of Genoa #37776D
Tints of Genoa #37776D
RGB
CMYK
RGB Variations
Color information
#37776D (or 0x37776D) is known color: Genoa. HEX triplet: 37, 77 and 6D. RGB value is (55,119,109). Sum of RGB (Red+Green+Blue) = 55+119+109=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #37776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37776D is #C88892. Grayscale: #626262. Windows color (decimal): -13142163 or 7173943. OLE color: 7173943.
HSL color Cylindrical-coordinate representation of color #37776D: hue angle of 170.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37776D is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 119 | 109 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.53 |
| HSL | 170.63º | 0.37% | 0.34% | - |
| HSV(B) | 170.63º | 0.54% | 0.47% | - |
| XYZ | 10.93 | 15.11 | 16.81 | - |
| YUV | 98.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 109 | 0.54 | 0 | 0.08 | 0.53 | 170.63 | 0.37 | 0.34 |
| Hex | 37 | 77 | 6D | 36 | 0 | 8 | 35 | AB | 25 | 22 |
| Octal | 67 | 167 | 155 | 66 | 0 | 10 | 65 | 253 | 45 | 42 |
| Binary | 110111 | 1110111 | 1101101 | 110110 | 0 | 1000 | 110101 | 10101011 | 100101 | 100010 |
Color Harmonies of #37776D
Complementary color
Monochromatic Colors of #37776D
Black with #37776D
Text Example
Text Example
White with #37776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37776D; }
p { color: rgb(55,119,109); }
H1.HeaderClassName
{
color: #37776D;
}
.AnyTagClassName
{
color: #37776D;
}
</style>
background-color css
<style>
a { background-color: #37776D; }
a { background-color: rgb(55,119,109); }
div.DivClassName
{
background-color: #37776D;
}
.BgClassName
{
background-color: #37776D;
}
</style>
border-color css
<style>
span { border-color: #37776D; }
span { border-color: rgb(55,119,109); }
td.TdClassName
{
border-color: #37776D;
}
.TagClassName
{
border-color: #37776D;
}
</style>