Shades of Finch #777F52
Tints of Finch #777F52
RGB
CMYK
RGB Variations
Color information
#777F52 (or 0x777F52) is known color: Finch. HEX triplet: 77, 7F and 52. RGB value is (119,127,82). Sum of RGB (Red+Green+Blue) = 119+127+82=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #777F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F52 is #8880AD. Grayscale: #777777. Windows color (decimal): -8945838 or 5406583. OLE color: 5406583.
HSL color Cylindrical-coordinate representation of color #777F52: hue angle of 70.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #777F52 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 127 | 82 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.50 |
| HSL | 70.67º | 0.22% | 0.41% | - |
| HSV(B) | 70.67º | 0.35% | 0.5% | - |
| XYZ | 16.72 | 19.71 | 10.91 | - |
| YUV | 119.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 82 | 0.06 | 0 | 0.35 | 0.50 | 70.67 | 0.22 | 0.41 |
| Hex | 77 | 7F | 52 | 6 | 0 | 23 | 32 | 47 | 16 | 29 |
| Octal | 167 | 177 | 122 | 6 | 0 | 43 | 62 | 107 | 26 | 51 |
| Binary | 1110111 | 1111111 | 1010010 | 110 | 0 | 100011 | 110010 | 1000111 | 10110 | 101001 |
Color Harmonies of #777F52
Complementary color
Monochromatic Colors of #777F52
Black with #777F52
Text Example
Text Example
White with #777F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F52; }
p { color: rgb(119,127,82); }
H1.HeaderClassName
{
color: #777F52;
}
.AnyTagClassName
{
color: #777F52;
}
</style>
background-color css
<style>
a { background-color: #777F52; }
a { background-color: rgb(119,127,82); }
div.DivClassName
{
background-color: #777F52;
}
.BgClassName
{
background-color: #777F52;
}
</style>
border-color css
<style>
span { border-color: #777F52; }
span { border-color: rgb(119,127,82); }
td.TdClassName
{
border-color: #777F52;
}
.TagClassName
{
border-color: #777F52;
}
</style>