Shades of Finch #7D8761
Tints of Finch #7D8761
RGB
CMYK
RGB Variations
Color information
#7D8761 (or 0x7D8761) is known color: Finch. HEX triplet: 7D, 87 and 61. RGB value is (125,135,97). Sum of RGB (Red+Green+Blue) = 125+135+97=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8761 is #82789E. Grayscale: #7F7F7F. Windows color (decimal): -8550559 or 6391677. OLE color: 6391677.
HSL color Cylindrical-coordinate representation of color #7D8761: hue angle of 75.79º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D8761 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 97 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.47 |
| HSL | 75.79º | 0.16% | 0.45% | - |
| HSV(B) | 75.79º | 0.28% | 0.53% | - |
| XYZ | 19.28 | 22.55 | 14.65 | - |
| YUV | 127.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 97 | 0.07 | 0 | 0.28 | 0.47 | 75.79 | 0.16 | 0.45 |
| Hex | 7D | 87 | 61 | 7 | 0 | 1C | 2F | 4C | 10 | 2D |
| Octal | 175 | 207 | 141 | 7 | 0 | 34 | 57 | 114 | 20 | 55 |
| Binary | 1111101 | 10000111 | 1100001 | 111 | 0 | 11100 | 101111 | 1001100 | 10000 | 101101 |
Color Harmonies of #7D8761
Complementary color
Monochromatic Colors of #7D8761
Black with #7D8761
Text Example
Text Example
White with #7D8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8761; }
p { color: rgb(125,135,97); }
H1.HeaderClassName
{
color: #7D8761;
}
.AnyTagClassName
{
color: #7D8761;
}
</style>
background-color css
<style>
a { background-color: #7D8761; }
a { background-color: rgb(125,135,97); }
div.DivClassName
{
background-color: #7D8761;
}
.BgClassName
{
background-color: #7D8761;
}
</style>
border-color css
<style>
span { border-color: #7D8761; }
span { border-color: rgb(125,135,97); }
td.TdClassName
{
border-color: #7D8761;
}
.TagClassName
{
border-color: #7D8761;
}
</style>