Shades of Finch #7F8551
Tints of Finch #7F8551
RGB
CMYK
RGB Variations
Color information
#7F8551 (or 0x7F8551) is known color: Finch. HEX triplet: 7F, 85 and 51. RGB value is (127,133,81). Sum of RGB (Red+Green+Blue) = 127+133+81=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8551 is #807AAE. Grayscale: #7D7D7D. Windows color (decimal): -8420015 or 5342591. OLE color: 5342591.
HSL color Cylindrical-coordinate representation of color #7F8551: hue angle of 66.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F8551 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 81 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.48 |
| HSL | 66.92º | 0.24% | 0.42% | - |
| HSV(B) | 66.92º | 0.39% | 0.52% | - |
| XYZ | 18.63 | 21.88 | 11.03 | - |
| YUV | 125.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 81 | 0.05 | 0 | 0.39 | 0.48 | 66.92 | 0.24 | 0.42 |
| Hex | 7F | 85 | 51 | 5 | 0 | 27 | 30 | 43 | 18 | 2A |
| Octal | 177 | 205 | 121 | 5 | 0 | 47 | 60 | 103 | 30 | 52 |
| Binary | 1111111 | 10000101 | 1010001 | 101 | 0 | 100111 | 110000 | 1000011 | 11000 | 101010 |
Color Harmonies of #7F8551
Complementary color
Monochromatic Colors of #7F8551
Black with #7F8551
Text Example
Text Example
White with #7F8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8551; }
p { color: rgb(127,133,81); }
H1.HeaderClassName
{
color: #7F8551;
}
.AnyTagClassName
{
color: #7F8551;
}
</style>
background-color css
<style>
a { background-color: #7F8551; }
a { background-color: rgb(127,133,81); }
div.DivClassName
{
background-color: #7F8551;
}
.BgClassName
{
background-color: #7F8551;
}
</style>
border-color css
<style>
span { border-color: #7F8551; }
span { border-color: rgb(127,133,81); }
td.TdClassName
{
border-color: #7F8551;
}
.TagClassName
{
border-color: #7F8551;
}
</style>