Shades of Finch #777952
Tints of Finch #777952
RGB
CMYK
RGB Variations
Color information
#777952 (or 0x777952) is known color: Finch. HEX triplet: 77, 79 and 52. RGB value is (119,121,82). Sum of RGB (Red+Green+Blue) = 119+121+82=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #777952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777952 is #8886AD. Grayscale: #747474. Windows color (decimal): -8947374 or 5405047. OLE color: 5405047.
HSL color Cylindrical-coordinate representation of color #777952: hue angle of 63.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777952 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 82 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.53 |
| HSL | 63.08º | 0.19% | 0.4% | - |
| HSV(B) | 63.08º | 0.32% | 0.47% | - |
| XYZ | 15.97 | 18.21 | 10.66 | - |
| YUV | 115.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 82 | 0.02 | 0 | 0.32 | 0.53 | 63.08 | 0.19 | 0.4 |
| Hex | 77 | 79 | 52 | 2 | 0 | 20 | 35 | 3F | 13 | 28 |
| Octal | 167 | 171 | 122 | 2 | 0 | 40 | 65 | 77 | 23 | 50 |
| Binary | 1110111 | 1111001 | 1010010 | 10 | 0 | 100000 | 110101 | 111111 | 10011 | 101000 |
Color Harmonies of #777952
Complementary color
Monochromatic Colors of #777952
Black with #777952
Text Example
Text Example
White with #777952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777952; }
p { color: rgb(119,121,82); }
H1.HeaderClassName
{
color: #777952;
}
.AnyTagClassName
{
color: #777952;
}
</style>
background-color css
<style>
a { background-color: #777952; }
a { background-color: rgb(119,121,82); }
div.DivClassName
{
background-color: #777952;
}
.BgClassName
{
background-color: #777952;
}
</style>
border-color css
<style>
span { border-color: #777952; }
span { border-color: rgb(119,121,82); }
td.TdClassName
{
border-color: #777952;
}
.TagClassName
{
border-color: #777952;
}
</style>