Shades of Finch #7D8955
Tints of Finch #7D8955
RGB
CMYK
RGB Variations
Color information
#7D8955 (or 0x7D8955) is known color: Finch. HEX triplet: 7D, 89 and 55. RGB value is (125,137,85). Sum of RGB (Red+Green+Blue) = 125+137+85=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8955 is #8276AA. Grayscale: #7F7F7F. Windows color (decimal): -8550059 or 5605757. OLE color: 5605757.
HSL color Cylindrical-coordinate representation of color #7D8955: hue angle of 73.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8955 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 85 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.46 |
| HSL | 73.85º | 0.23% | 0.44% | - |
| HSV(B) | 73.85º | 0.38% | 0.54% | - |
| XYZ | 19.04 | 22.91 | 12.01 | - |
| YUV | 127.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 85 | 0.09 | 0 | 0.38 | 0.46 | 73.85 | 0.23 | 0.44 |
| Hex | 7D | 89 | 55 | 9 | 0 | 26 | 2E | 4A | 17 | 2C |
| Octal | 175 | 211 | 125 | 11 | 0 | 46 | 56 | 112 | 27 | 54 |
| Binary | 1111101 | 10001001 | 1010101 | 1001 | 0 | 100110 | 101110 | 1001010 | 10111 | 101100 |
Color Harmonies of #7D8955
Complementary color
Monochromatic Colors of #7D8955
Black with #7D8955
Text Example
Text Example
White with #7D8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8955; }
p { color: rgb(125,137,85); }
H1.HeaderClassName
{
color: #7D8955;
}
.AnyTagClassName
{
color: #7D8955;
}
</style>
background-color css
<style>
a { background-color: #7D8955; }
a { background-color: rgb(125,137,85); }
div.DivClassName
{
background-color: #7D8955;
}
.BgClassName
{
background-color: #7D8955;
}
</style>
border-color css
<style>
span { border-color: #7D8955; }
span { border-color: rgb(125,137,85); }
td.TdClassName
{
border-color: #7D8955;
}
.TagClassName
{
border-color: #7D8955;
}
</style>