Shades of Finch #7F884D
Tints of Finch #7F884D
RGB
CMYK
RGB Variations
Color information
#7F884D (or 0x7F884D) is known color: Finch. HEX triplet: 7F, 88 and 4D. RGB value is (127,136,77). Sum of RGB (Red+Green+Blue) = 127+136+77=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #7F884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F884D is #8077B2. Grayscale: #7E7E7E. Windows color (decimal): -8419251 or 5081215. OLE color: 5081215.
HSL color Cylindrical-coordinate representation of color #7F884D: hue angle of 69.15º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F884D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 77 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.47 |
| HSL | 69.15º | 0.28% | 0.42% | - |
| HSV(B) | 69.15º | 0.43% | 0.53% | - |
| XYZ | 18.9 | 22.66 | 10.4 | - |
| YUV | 126.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 77 | 0.07 | 0 | 0.43 | 0.47 | 69.15 | 0.28 | 0.42 |
| Hex | 7F | 88 | 4D | 7 | 0 | 2B | 2F | 45 | 1C | 2A |
| Octal | 177 | 210 | 115 | 7 | 0 | 53 | 57 | 105 | 34 | 52 |
| Binary | 1111111 | 10001000 | 1001101 | 111 | 0 | 101011 | 101111 | 1000101 | 11100 | 101010 |
Color Harmonies of #7F884D
Complementary color
Monochromatic Colors of #7F884D
Black with #7F884D
Text Example
Text Example
White with #7F884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F884D; }
p { color: rgb(127,136,77); }
H1.HeaderClassName
{
color: #7F884D;
}
.AnyTagClassName
{
color: #7F884D;
}
</style>
background-color css
<style>
a { background-color: #7F884D; }
a { background-color: rgb(127,136,77); }
div.DivClassName
{
background-color: #7F884D;
}
.BgClassName
{
background-color: #7F884D;
}
</style>
border-color css
<style>
span { border-color: #7F884D; }
span { border-color: rgb(127,136,77); }
td.TdClassName
{
border-color: #7F884D;
}
.TagClassName
{
border-color: #7F884D;
}
</style>