Shades of Finch #7D855F
Tints of Finch #7D855F
RGB
CMYK
RGB Variations
Color information
#7D855F (or 0x7D855F) is known color: Finch. HEX triplet: 7D, 85 and 5F. RGB value is (125,133,95). Sum of RGB (Red+Green+Blue) = 125+133+95=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #7D855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D855F is #827AA0. Grayscale: #7E7E7E. Windows color (decimal): -8551073 or 6260093. OLE color: 6260093.
HSL color Cylindrical-coordinate representation of color #7D855F: hue angle of 72.63º 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 #7D855F is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 95 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.48 |
| HSL | 72.63º | 0.17% | 0.45% | - |
| HSV(B) | 72.63º | 0.29% | 0.52% | - |
| XYZ | 18.91 | 21.96 | 14.07 | - |
| YUV | 126.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 95 | 0.06 | 0 | 0.29 | 0.48 | 72.63 | 0.17 | 0.45 |
| Hex | 7D | 85 | 5F | 6 | 0 | 1D | 30 | 49 | 11 | 2D |
| Octal | 175 | 205 | 137 | 6 | 0 | 35 | 60 | 111 | 21 | 55 |
| Binary | 1111101 | 10000101 | 1011111 | 110 | 0 | 11101 | 110000 | 1001001 | 10001 | 101101 |
Color Harmonies of #7D855F
Complementary color
Monochromatic Colors of #7D855F
Black with #7D855F
Text Example
Text Example
White with #7D855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D855F; }
p { color: rgb(125,133,95); }
H1.HeaderClassName
{
color: #7D855F;
}
.AnyTagClassName
{
color: #7D855F;
}
</style>
background-color css
<style>
a { background-color: #7D855F; }
a { background-color: rgb(125,133,95); }
div.DivClassName
{
background-color: #7D855F;
}
.BgClassName
{
background-color: #7D855F;
}
</style>
border-color css
<style>
span { border-color: #7D855F; }
span { border-color: rgb(125,133,95); }
td.TdClassName
{
border-color: #7D855F;
}
.TagClassName
{
border-color: #7D855F;
}
</style>