Shades of Finch #7D884E
Tints of Finch #7D884E
RGB
CMYK
RGB Variations
Color information
#7D884E (or 0x7D884E) is known color: Finch. HEX triplet: 7D, 88 and 4E. RGB value is (125,136,78). Sum of RGB (Red+Green+Blue) = 125+136+78=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #7D884E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D884E is #8277B1. Grayscale: #7E7E7E. Windows color (decimal): -8550322 or 5146749. OLE color: 5146749.
HSL color Cylindrical-coordinate representation of color #7D884E: hue angle of 71.38º degrees, saturation: 0.27, 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 #7D884E is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 78 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.47 |
| HSL | 71.38º | 0.27% | 0.42% | - |
| HSV(B) | 71.38º | 0.43% | 0.53% | - |
| XYZ | 18.64 | 22.52 | 10.57 | - |
| YUV | 126.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 78 | 0.08 | 0 | 0.43 | 0.47 | 71.38 | 0.27 | 0.42 |
| Hex | 7D | 88 | 4E | 8 | 0 | 2B | 2F | 47 | 1B | 2A |
| Octal | 175 | 210 | 116 | 10 | 0 | 53 | 57 | 107 | 33 | 52 |
| Binary | 1111101 | 10001000 | 1001110 | 1000 | 0 | 101011 | 101111 | 1000111 | 11011 | 101010 |
Color Harmonies of #7D884E
Complementary color
Monochromatic Colors of #7D884E
Black with #7D884E
Text Example
Text Example
White with #7D884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D884E; }
p { color: rgb(125,136,78); }
H1.HeaderClassName
{
color: #7D884E;
}
.AnyTagClassName
{
color: #7D884E;
}
</style>
background-color css
<style>
a { background-color: #7D884E; }
a { background-color: rgb(125,136,78); }
div.DivClassName
{
background-color: #7D884E;
}
.BgClassName
{
background-color: #7D884E;
}
</style>
border-color css
<style>
span { border-color: #7D884E; }
span { border-color: rgb(125,136,78); }
td.TdClassName
{
border-color: #7D884E;
}
.TagClassName
{
border-color: #7D884E;
}
</style>