Shades of Finch #7F8759
Tints of Finch #7F8759
RGB
CMYK
RGB Variations
Color information
#7F8759 (or 0x7F8759) is known color: Finch. HEX triplet: 7F, 87 and 59. RGB value is (127,135,89). Sum of RGB (Red+Green+Blue) = 127+135+89=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8759 is #8078A6. Grayscale: #7F7F7F. Windows color (decimal): -8419495 or 5867391. OLE color: 5867391.
HSL color Cylindrical-coordinate representation of color #7F8759: hue angle of 70.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F8759 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 89 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.47 |
| HSL | 70.43º | 0.21% | 0.44% | - |
| HSV(B) | 70.43º | 0.34% | 0.53% | - |
| XYZ | 19.22 | 22.56 | 12.79 | - |
| YUV | 127.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 89 | 0.06 | 0 | 0.34 | 0.47 | 70.43 | 0.21 | 0.44 |
| Hex | 7F | 87 | 59 | 6 | 0 | 22 | 2F | 46 | 15 | 2C |
| Octal | 177 | 207 | 131 | 6 | 0 | 42 | 57 | 106 | 25 | 54 |
| Binary | 1111111 | 10000111 | 1011001 | 110 | 0 | 100010 | 101111 | 1000110 | 10101 | 101100 |
Color Harmonies of #7F8759
Complementary color
Monochromatic Colors of #7F8759
Black with #7F8759
Text Example
Text Example
White with #7F8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8759; }
p { color: rgb(127,135,89); }
H1.HeaderClassName
{
color: #7F8759;
}
.AnyTagClassName
{
color: #7F8759;
}
</style>
background-color css
<style>
a { background-color: #7F8759; }
a { background-color: rgb(127,135,89); }
div.DivClassName
{
background-color: #7F8759;
}
.BgClassName
{
background-color: #7F8759;
}
</style>
border-color css
<style>
span { border-color: #7F8759; }
span { border-color: rgb(127,135,89); }
td.TdClassName
{
border-color: #7F8759;
}
.TagClassName
{
border-color: #7F8759;
}
</style>