Shades of Finch #7F844F
Tints of Finch #7F844F
RGB
CMYK
RGB Variations
Color information
#7F844F (or 0x7F844F) is known color: Finch. HEX triplet: 7F, 84 and 4F. RGB value is (127,132,79). Sum of RGB (Red+Green+Blue) = 127+132+79=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #7F844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F844F is #807BB0. Grayscale: #7C7C7C. Windows color (decimal): -8420273 or 5211263. OLE color: 5211263.
HSL color Cylindrical-coordinate representation of color #7F844F: hue angle of 65.66º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F844F is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 79 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.48 |
| HSL | 65.66º | 0.25% | 0.41% | - |
| HSV(B) | 65.66º | 0.4% | 0.52% | - |
| XYZ | 18.41 | 21.58 | 10.59 | - |
| YUV | 124.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 79 | 0.04 | 0 | 0.40 | 0.48 | 65.66 | 0.25 | 0.41 |
| Hex | 7F | 84 | 4F | 4 | 0 | 28 | 30 | 42 | 19 | 29 |
| Octal | 177 | 204 | 117 | 4 | 0 | 50 | 60 | 102 | 31 | 51 |
| Binary | 1111111 | 10000100 | 1001111 | 100 | 0 | 101000 | 110000 | 1000010 | 11001 | 101001 |
Color Harmonies of #7F844F
Complementary color
Monochromatic Colors of #7F844F
Black with #7F844F
Text Example
Text Example
White with #7F844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F844F; }
p { color: rgb(127,132,79); }
H1.HeaderClassName
{
color: #7F844F;
}
.AnyTagClassName
{
color: #7F844F;
}
</style>
background-color css
<style>
a { background-color: #7F844F; }
a { background-color: rgb(127,132,79); }
div.DivClassName
{
background-color: #7F844F;
}
.BgClassName
{
background-color: #7F844F;
}
</style>
border-color css
<style>
span { border-color: #7F844F; }
span { border-color: rgb(127,132,79); }
td.TdClassName
{
border-color: #7F844F;
}
.TagClassName
{
border-color: #7F844F;
}
</style>