Shades of Genoa #377E76
Tints of Genoa #377E76
RGB
CMYK
RGB Variations
Color information
#377E76 (or 0x377E76) is known color: Genoa. HEX triplet: 37, 7E and 76. RGB value is (55,126,118). Sum of RGB (Red+Green+Blue) = 55+126+118=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #377E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E76 is #C88189. Grayscale: #676767. Windows color (decimal): -13140362 or 7765559. OLE color: 7765559.
HSL color Cylindrical-coordinate representation of color #377E76: hue angle of 173.24º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E76 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 118 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.51 |
| HSL | 173.24º | 0.39% | 0.35% | - |
| HSV(B) | 173.24º | 0.56% | 0.49% | - |
| XYZ | 12.31 | 17.04 | 19.78 | - |
| YUV | 103.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 118 | 0.56 | 0 | 0.06 | 0.51 | 173.24 | 0.39 | 0.35 |
| Hex | 37 | 7E | 76 | 38 | 0 | 6 | 33 | AD | 27 | 23 |
| Octal | 67 | 176 | 166 | 70 | 0 | 6 | 63 | 255 | 47 | 43 |
| Binary | 110111 | 1111110 | 1110110 | 111000 | 0 | 110 | 110011 | 10101101 | 100111 | 100011 |
Color Harmonies of #377E76
Complementary color
Monochromatic Colors of #377E76
Black with #377E76
Text Example
Text Example
White with #377E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E76; }
p { color: rgb(55,126,118); }
H1.HeaderClassName
{
color: #377E76;
}
.AnyTagClassName
{
color: #377E76;
}
</style>
background-color css
<style>
a { background-color: #377E76; }
a { background-color: rgb(55,126,118); }
div.DivClassName
{
background-color: #377E76;
}
.BgClassName
{
background-color: #377E76;
}
</style>
border-color css
<style>
span { border-color: #377E76; }
span { border-color: rgb(55,126,118); }
td.TdClassName
{
border-color: #377E76;
}
.TagClassName
{
border-color: #377E76;
}
</style>