Shades of Genoa #377A75
Tints of Genoa #377A75
RGB
CMYK
RGB Variations
Color information
#377A75 (or 0x377A75) is known color: Genoa. HEX triplet: 37, 7A and 75. RGB value is (55,122,117). Sum of RGB (Red+Green+Blue) = 55+122+117=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #377A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A75 is #C8858A. Grayscale: #656565. Windows color (decimal): -13141387 or 7698999. OLE color: 7698999.
HSL color Cylindrical-coordinate representation of color #377A75: hue angle of 175.52º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A75 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 117 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.52 |
| HSL | 175.52º | 0.38% | 0.35% | - |
| HSV(B) | 175.52º | 0.55% | 0.48% | - |
| XYZ | 11.75 | 16.02 | 19.3 | - |
| YUV | 101.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 117 | 0.55 | 0 | 0.04 | 0.52 | 175.52 | 0.38 | 0.35 |
| Hex | 37 | 7A | 75 | 37 | 0 | 4 | 34 | B0 | 26 | 23 |
| Octal | 67 | 172 | 165 | 67 | 0 | 4 | 64 | 260 | 46 | 43 |
| Binary | 110111 | 1111010 | 1110101 | 110111 | 0 | 100 | 110100 | 10110000 | 100110 | 100011 |
Color Harmonies of #377A75
Complementary color
Monochromatic Colors of #377A75
Black with #377A75
Text Example
Text Example
White with #377A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A75; }
p { color: rgb(55,122,117); }
H1.HeaderClassName
{
color: #377A75;
}
.AnyTagClassName
{
color: #377A75;
}
</style>
background-color css
<style>
a { background-color: #377A75; }
a { background-color: rgb(55,122,117); }
div.DivClassName
{
background-color: #377A75;
}
.BgClassName
{
background-color: #377A75;
}
</style>
border-color css
<style>
span { border-color: #377A75; }
span { border-color: rgb(55,122,117); }
td.TdClassName
{
border-color: #377A75;
}
.TagClassName
{
border-color: #377A75;
}
</style>