Shades of Genoa #3D776C
Tints of Genoa #3D776C
RGB
CMYK
RGB Variations
Color information
#3D776C (or 0x3D776C) is known color: Genoa. HEX triplet: 3D, 77 and 6C. RGB value is (61,119,108). Sum of RGB (Red+Green+Blue) = 61+119+108=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #3D776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D776C is #C28893. Grayscale: #646464. Windows color (decimal): -12748948 or 7108413. OLE color: 7108413.
HSL color Cylindrical-coordinate representation of color #3D776C: hue angle of 168.62º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D776C is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 108 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.53 |
| HSL | 168.62º | 0.32% | 0.35% | - |
| HSV(B) | 168.62º | 0.49% | 0.47% | - |
| XYZ | 11.23 | 15.27 | 16.54 | - |
| YUV | 100.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 108 | 0.49 | 0 | 0.09 | 0.53 | 168.62 | 0.32 | 0.35 |
| Hex | 3D | 77 | 6C | 31 | 0 | 9 | 35 | A9 | 20 | 23 |
| Octal | 75 | 167 | 154 | 61 | 0 | 11 | 65 | 251 | 40 | 43 |
| Binary | 111101 | 1110111 | 1101100 | 110001 | 0 | 1001 | 110101 | 10101001 | 100000 | 100011 |
Color Harmonies of #3D776C
Complementary color
Monochromatic Colors of #3D776C
Black with #3D776C
Text Example
Text Example
White with #3D776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D776C; }
p { color: rgb(61,119,108); }
H1.HeaderClassName
{
color: #3D776C;
}
.AnyTagClassName
{
color: #3D776C;
}
</style>
background-color css
<style>
a { background-color: #3D776C; }
a { background-color: rgb(61,119,108); }
div.DivClassName
{
background-color: #3D776C;
}
.BgClassName
{
background-color: #3D776C;
}
</style>
border-color css
<style>
span { border-color: #3D776C; }
span { border-color: rgb(61,119,108); }
td.TdClassName
{
border-color: #3D776C;
}
.TagClassName
{
border-color: #3D776C;
}
</style>