Shades of Finch #7F854D
Tints of Finch #7F854D
RGB
CMYK
RGB Variations
Color information
#7F854D (or 0x7F854D) is known color: Finch. HEX triplet: 7F, 85 and 4D. RGB value is (127,133,77). Sum of RGB (Red+Green+Blue) = 127+133+77=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #7F854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F854D is #807AB2. Grayscale: #7D7D7D. Windows color (decimal): -8420019 or 5080447. OLE color: 5080447.
HSL color Cylindrical-coordinate representation of color #7F854D: hue angle of 66.43º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F854D is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 77 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.48 |
| HSL | 66.43º | 0.27% | 0.41% | - |
| HSV(B) | 66.43º | 0.42% | 0.52% | - |
| XYZ | 18.48 | 21.82 | 10.26 | - |
| YUV | 124.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 77 | 0.05 | 0 | 0.42 | 0.48 | 66.43 | 0.27 | 0.41 |
| Hex | 7F | 85 | 4D | 5 | 0 | 2A | 30 | 42 | 1B | 29 |
| Octal | 177 | 205 | 115 | 5 | 0 | 52 | 60 | 102 | 33 | 51 |
| Binary | 1111111 | 10000101 | 1001101 | 101 | 0 | 101010 | 110000 | 1000010 | 11011 | 101001 |
Color Harmonies of #7F854D
Complementary color
Monochromatic Colors of #7F854D
Black with #7F854D
Text Example
Text Example
White with #7F854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F854D; }
p { color: rgb(127,133,77); }
H1.HeaderClassName
{
color: #7F854D;
}
.AnyTagClassName
{
color: #7F854D;
}
</style>
background-color css
<style>
a { background-color: #7F854D; }
a { background-color: rgb(127,133,77); }
div.DivClassName
{
background-color: #7F854D;
}
.BgClassName
{
background-color: #7F854D;
}
</style>
border-color css
<style>
span { border-color: #7F854D; }
span { border-color: rgb(127,133,77); }
td.TdClassName
{
border-color: #7F854D;
}
.TagClassName
{
border-color: #7F854D;
}
</style>