Shades of Genoa #377773
Tints of Genoa #377773
RGB
CMYK
RGB Variations
Color information
#377773 (or 0x377773) is known color: Genoa. HEX triplet: 37, 77 and 73. RGB value is (55,119,115). Sum of RGB (Red+Green+Blue) = 55+119+115=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #377773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377773 is #C8888C. Grayscale: #636363. Windows color (decimal): -13142157 or 7567159. OLE color: 7567159.
HSL color Cylindrical-coordinate representation of color #377773: hue angle of 176.25º 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 #377773 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 119 | 115 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.53 |
| HSL | 176.25º | 0.37% | 0.34% | - |
| HSV(B) | 176.25º | 0.54% | 0.47% | - |
| XYZ | 11.27 | 15.24 | 18.57 | - |
| YUV | 99.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 115 | 0.54 | 0 | 0.03 | 0.53 | 176.25 | 0.37 | 0.34 |
| Hex | 37 | 77 | 73 | 36 | 0 | 3 | 35 | B0 | 25 | 22 |
| Octal | 67 | 167 | 163 | 66 | 0 | 3 | 65 | 260 | 45 | 42 |
| Binary | 110111 | 1110111 | 1110011 | 110110 | 0 | 11 | 110101 | 10110000 | 100101 | 100010 |
Color Harmonies of #377773
Complementary color
Monochromatic Colors of #377773
Black with #377773
Text Example
Text Example
White with #377773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377773; }
p { color: rgb(55,119,115); }
H1.HeaderClassName
{
color: #377773;
}
.AnyTagClassName
{
color: #377773;
}
</style>
background-color css
<style>
a { background-color: #377773; }
a { background-color: rgb(55,119,115); }
div.DivClassName
{
background-color: #377773;
}
.BgClassName
{
background-color: #377773;
}
</style>
border-color css
<style>
span { border-color: #377773; }
span { border-color: rgb(55,119,115); }
td.TdClassName
{
border-color: #377773;
}
.TagClassName
{
border-color: #377773;
}
</style>