Shades of Finch #7F844A
Tints of Finch #7F844A
RGB
CMYK
RGB Variations
Color information
#7F844A (or 0x7F844A) is known color: Finch. HEX triplet: 7F, 84 and 4A. RGB value is (127,132,74). Sum of RGB (Red+Green+Blue) = 127+132+74=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #7F844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F844A is #807BB5. Grayscale: #7C7C7C. Windows color (decimal): -8420278 or 4883583. OLE color: 4883583.
HSL color Cylindrical-coordinate representation of color #7F844A: hue angle of 65.17º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F844A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 74 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.48 |
| HSL | 65.17º | 0.28% | 0.4% | - |
| HSV(B) | 65.17º | 0.44% | 0.52% | - |
| XYZ | 18.24 | 21.51 | 9.67 | - |
| YUV | 123.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 74 | 0.04 | 0 | 0.44 | 0.48 | 65.17 | 0.28 | 0.4 |
| Hex | 7F | 84 | 4A | 4 | 0 | 2C | 30 | 41 | 1C | 28 |
| Octal | 177 | 204 | 112 | 4 | 0 | 54 | 60 | 101 | 34 | 50 |
| Binary | 1111111 | 10000100 | 1001010 | 100 | 0 | 101100 | 110000 | 1000001 | 11100 | 101000 |
Color Harmonies of #7F844A
Complementary color
Monochromatic Colors of #7F844A
Black with #7F844A
Text Example
Text Example
White with #7F844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F844A; }
p { color: rgb(127,132,74); }
H1.HeaderClassName
{
color: #7F844A;
}
.AnyTagClassName
{
color: #7F844A;
}
</style>
background-color css
<style>
a { background-color: #7F844A; }
a { background-color: rgb(127,132,74); }
div.DivClassName
{
background-color: #7F844A;
}
.BgClassName
{
background-color: #7F844A;
}
</style>
border-color css
<style>
span { border-color: #7F844A; }
span { border-color: rgb(127,132,74); }
td.TdClassName
{
border-color: #7F844A;
}
.TagClassName
{
border-color: #7F844A;
}
</style>