Shades of Finch #7F8C55
Tints of Finch #7F8C55
RGB
CMYK
RGB Variations
Color information
#7F8C55 (or 0x7F8C55) is known color: Finch. HEX triplet: 7F, 8C and 55. RGB value is (127,140,85). Sum of RGB (Red+Green+Blue) = 127+140+85=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8C55 is #8073AA. Grayscale: #828282. Windows color (decimal): -8418219 or 5606527. OLE color: 5606527.
HSL color Cylindrical-coordinate representation of color #7F8C55: hue angle of 74.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F8C55 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 140 | 85 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.45 |
| HSL | 74.18º | 0.24% | 0.44% | - |
| HSV(B) | 74.18º | 0.39% | 0.55% | - |
| XYZ | 19.77 | 23.92 | 12.17 | - |
| YUV | 129.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 85 | 0.09 | 0 | 0.39 | 0.45 | 74.18 | 0.24 | 0.44 |
| Hex | 7F | 8C | 55 | 9 | 0 | 27 | 2D | 4A | 18 | 2C |
| Octal | 177 | 214 | 125 | 11 | 0 | 47 | 55 | 112 | 30 | 54 |
| Binary | 1111111 | 10001100 | 1010101 | 1001 | 0 | 100111 | 101101 | 1001010 | 11000 | 101100 |
Color Harmonies of #7F8C55
Complementary color
Monochromatic Colors of #7F8C55
Black with #7F8C55
Text Example
Text Example
White with #7F8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8C55; }
p { color: rgb(127,140,85); }
H1.HeaderClassName
{
color: #7F8C55;
}
.AnyTagClassName
{
color: #7F8C55;
}
</style>
background-color css
<style>
a { background-color: #7F8C55; }
a { background-color: rgb(127,140,85); }
div.DivClassName
{
background-color: #7F8C55;
}
.BgClassName
{
background-color: #7F8C55;
}
</style>
border-color css
<style>
span { border-color: #7F8C55; }
span { border-color: rgb(127,140,85); }
td.TdClassName
{
border-color: #7F8C55;
}
.TagClassName
{
border-color: #7F8C55;
}
</style>