Shades of Finch #7F824E
Tints of Finch #7F824E
RGB
CMYK
RGB Variations
Color information
#7F824E (or 0x7F824E) is known color: Finch. HEX triplet: 7F, 82 and 4E. RGB value is (127,130,78). Sum of RGB (Red+Green+Blue) = 127+130+78=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #7F824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F824E is #807DB1. Grayscale: #7B7B7B. Windows color (decimal): -8420786 or 5145215. OLE color: 5145215.
HSL color Cylindrical-coordinate representation of color #7F824E: hue angle of 63.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F824E is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 78 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.49 |
| HSL | 63.46º | 0.25% | 0.41% | - |
| HSV(B) | 63.46º | 0.4% | 0.51% | - |
| XYZ | 18.11 | 21.03 | 10.31 | - |
| YUV | 123.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 78 | 0.02 | 0 | 0.40 | 0.49 | 63.46 | 0.25 | 0.41 |
| Hex | 7F | 82 | 4E | 2 | 0 | 28 | 31 | 3F | 19 | 29 |
| Octal | 177 | 202 | 116 | 2 | 0 | 50 | 61 | 77 | 31 | 51 |
| Binary | 1111111 | 10000010 | 1001110 | 10 | 0 | 101000 | 110001 | 111111 | 11001 | 101001 |
Color Harmonies of #7F824E
Complementary color
Monochromatic Colors of #7F824E
Black with #7F824E
Text Example
Text Example
White with #7F824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F824E; }
p { color: rgb(127,130,78); }
H1.HeaderClassName
{
color: #7F824E;
}
.AnyTagClassName
{
color: #7F824E;
}
</style>
background-color css
<style>
a { background-color: #7F824E; }
a { background-color: rgb(127,130,78); }
div.DivClassName
{
background-color: #7F824E;
}
.BgClassName
{
background-color: #7F824E;
}
</style>
border-color css
<style>
span { border-color: #7F824E; }
span { border-color: rgb(127,130,78); }
td.TdClassName
{
border-color: #7F824E;
}
.TagClassName
{
border-color: #7F824E;
}
</style>