Shades of Genoa #377D74
Tints of Genoa #377D74
RGB
CMYK
RGB Variations
Color information
#377D74 (or 0x377D74) is known color: Genoa. HEX triplet: 37, 7D and 74. RGB value is (55,125,116). Sum of RGB (Red+Green+Blue) = 55+125+116=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #377D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D74 is #C8828B. Grayscale: #676767. Windows color (decimal): -13140620 or 7634231. OLE color: 7634231.
HSL color Cylindrical-coordinate representation of color #377D74: hue angle of 172.29º 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 #377D74 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 116 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.51 |
| HSL | 172.29º | 0.39% | 0.35% | - |
| HSV(B) | 172.29º | 0.56% | 0.49% | - |
| XYZ | 12.06 | 16.74 | 19.12 | - |
| YUV | 103.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 116 | 0.56 | 0 | 0.07 | 0.51 | 172.29 | 0.39 | 0.35 |
| Hex | 37 | 7D | 74 | 38 | 0 | 7 | 33 | AC | 27 | 23 |
| Octal | 67 | 175 | 164 | 70 | 0 | 7 | 63 | 254 | 47 | 43 |
| Binary | 110111 | 1111101 | 1110100 | 111000 | 0 | 111 | 110011 | 10101100 | 100111 | 100011 |
Color Harmonies of #377D74
Complementary color
Monochromatic Colors of #377D74
Black with #377D74
Text Example
Text Example
White with #377D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D74; }
p { color: rgb(55,125,116); }
H1.HeaderClassName
{
color: #377D74;
}
.AnyTagClassName
{
color: #377D74;
}
</style>
background-color css
<style>
a { background-color: #377D74; }
a { background-color: rgb(55,125,116); }
div.DivClassName
{
background-color: #377D74;
}
.BgClassName
{
background-color: #377D74;
}
</style>
border-color css
<style>
span { border-color: #377D74; }
span { border-color: rgb(55,125,116); }
td.TdClassName
{
border-color: #377D74;
}
.TagClassName
{
border-color: #377D74;
}
</style>