Shades of Finch #7D855E
Tints of Finch #7D855E
RGB
CMYK
RGB Variations
Color information
#7D855E (or 0x7D855E) is known color: Finch. HEX triplet: 7D, 85 and 5E. RGB value is (125,133,94). Sum of RGB (Red+Green+Blue) = 125+133+94=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #7D855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D855E is #827AA1. Grayscale: #7E7E7E. Windows color (decimal): -8551074 or 6194557. OLE color: 6194557.
HSL color Cylindrical-coordinate representation of color #7D855E: hue angle of 72.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D855E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 94 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.48 |
| HSL | 72.31º | 0.17% | 0.45% | - |
| HSV(B) | 72.31º | 0.29% | 0.52% | - |
| XYZ | 18.87 | 21.94 | 13.83 | - |
| YUV | 126.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 94 | 0.06 | 0 | 0.29 | 0.48 | 72.31 | 0.17 | 0.45 |
| Hex | 7D | 85 | 5E | 6 | 0 | 1D | 30 | 48 | 11 | 2D |
| Octal | 175 | 205 | 136 | 6 | 0 | 35 | 60 | 110 | 21 | 55 |
| Binary | 1111101 | 10000101 | 1011110 | 110 | 0 | 11101 | 110000 | 1001000 | 10001 | 101101 |
Color Harmonies of #7D855E
Complementary color
Monochromatic Colors of #7D855E
Black with #7D855E
Text Example
Text Example
White with #7D855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D855E; }
p { color: rgb(125,133,94); }
H1.HeaderClassName
{
color: #7D855E;
}
.AnyTagClassName
{
color: #7D855E;
}
</style>
background-color css
<style>
a { background-color: #7D855E; }
a { background-color: rgb(125,133,94); }
div.DivClassName
{
background-color: #7D855E;
}
.BgClassName
{
background-color: #7D855E;
}
</style>
border-color css
<style>
span { border-color: #7D855E; }
span { border-color: rgb(125,133,94); }
td.TdClassName
{
border-color: #7D855E;
}
.TagClassName
{
border-color: #7D855E;
}
</style>