Shades of Finch #7F875C
Tints of Finch #7F875C
RGB
CMYK
RGB Variations
Color information
#7F875C (or 0x7F875C) is known color: Finch. HEX triplet: 7F, 87 and 5C. RGB value is (127,135,92). Sum of RGB (Red+Green+Blue) = 127+135+92=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #7F875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F875C is #8078A3. Grayscale: #7F7F7F. Windows color (decimal): -8419492 or 6063999. OLE color: 6063999.
HSL color Cylindrical-coordinate representation of color #7F875C: hue angle of 71.16º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F875C is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 92 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.47 |
| HSL | 71.16º | 0.19% | 0.45% | - |
| HSV(B) | 71.16º | 0.32% | 0.53% | - |
| XYZ | 19.35 | 22.61 | 13.47 | - |
| YUV | 127.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 92 | 0.06 | 0 | 0.32 | 0.47 | 71.16 | 0.19 | 0.45 |
| Hex | 7F | 87 | 5C | 6 | 0 | 20 | 2F | 47 | 13 | 2D |
| Octal | 177 | 207 | 134 | 6 | 0 | 40 | 57 | 107 | 23 | 55 |
| Binary | 1111111 | 10000111 | 1011100 | 110 | 0 | 100000 | 101111 | 1000111 | 10011 | 101101 |
Color Harmonies of #7F875C
Complementary color
Monochromatic Colors of #7F875C
Black with #7F875C
Text Example
Text Example
White with #7F875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F875C; }
p { color: rgb(127,135,92); }
H1.HeaderClassName
{
color: #7F875C;
}
.AnyTagClassName
{
color: #7F875C;
}
</style>
background-color css
<style>
a { background-color: #7F875C; }
a { background-color: rgb(127,135,92); }
div.DivClassName
{
background-color: #7F875C;
}
.BgClassName
{
background-color: #7F875C;
}
</style>
border-color css
<style>
span { border-color: #7F875C; }
span { border-color: rgb(127,135,92); }
td.TdClassName
{
border-color: #7F875C;
}
.TagClassName
{
border-color: #7F875C;
}
</style>