Shades of Finch #7F8A57
Tints of Finch #7F8A57
RGB
CMYK
RGB Variations
Color information
#7F8A57 (or 0x7F8A57) is known color: Finch. HEX triplet: 7F, 8A and 57. RGB value is (127,138,87). Sum of RGB (Red+Green+Blue) = 127+138+87=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A57 is #8075A8. Grayscale: #818181. Windows color (decimal): -8418729 or 5737087. OLE color: 5737087.
HSL color Cylindrical-coordinate representation of color #7F8A57: hue angle of 72.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F8A57 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 87 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.46 |
| HSL | 72.94º | 0.23% | 0.44% | - |
| HSV(B) | 72.94º | 0.37% | 0.54% | - |
| XYZ | 19.56 | 23.38 | 12.5 | - |
| YUV | 128.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 87 | 0.08 | 0 | 0.37 | 0.46 | 72.94 | 0.23 | 0.44 |
| Hex | 7F | 8A | 57 | 8 | 0 | 25 | 2E | 49 | 17 | 2C |
| Octal | 177 | 212 | 127 | 10 | 0 | 45 | 56 | 111 | 27 | 54 |
| Binary | 1111111 | 10001010 | 1010111 | 1000 | 0 | 100101 | 101110 | 1001001 | 10111 | 101100 |
Color Harmonies of #7F8A57
Complementary color
Monochromatic Colors of #7F8A57
Black with #7F8A57
Text Example
Text Example
White with #7F8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A57; }
p { color: rgb(127,138,87); }
H1.HeaderClassName
{
color: #7F8A57;
}
.AnyTagClassName
{
color: #7F8A57;
}
</style>
background-color css
<style>
a { background-color: #7F8A57; }
a { background-color: rgb(127,138,87); }
div.DivClassName
{
background-color: #7F8A57;
}
.BgClassName
{
background-color: #7F8A57;
}
</style>
border-color css
<style>
span { border-color: #7F8A57; }
span { border-color: rgb(127,138,87); }
td.TdClassName
{
border-color: #7F8A57;
}
.TagClassName
{
border-color: #7F8A57;
}
</style>