Shades of Finch #7D895B
Tints of Finch #7D895B
RGB
CMYK
RGB Variations
Color information
#7D895B (or 0x7D895B) is known color: Finch. HEX triplet: 7D, 89 and 5B. RGB value is (125,137,91). Sum of RGB (Red+Green+Blue) = 125+137+91=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #7D895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D895B is #8276A4. Grayscale: #808080. Windows color (decimal): -8550053 or 5998973. OLE color: 5998973.
HSL color Cylindrical-coordinate representation of color #7D895B: hue angle of 75.65º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D895B is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 91 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.46 |
| HSL | 75.65º | 0.2% | 0.45% | - |
| HSV(B) | 75.65º | 0.34% | 0.54% | - |
| XYZ | 19.29 | 23.01 | 13.32 | - |
| YUV | 128.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 91 | 0.09 | 0 | 0.34 | 0.46 | 75.65 | 0.2 | 0.45 |
| Hex | 7D | 89 | 5B | 9 | 0 | 22 | 2E | 4C | 14 | 2D |
| Octal | 175 | 211 | 133 | 11 | 0 | 42 | 56 | 114 | 24 | 55 |
| Binary | 1111101 | 10001001 | 1011011 | 1001 | 0 | 100010 | 101110 | 1001100 | 10100 | 101101 |
Color Harmonies of #7D895B
Complementary color
Monochromatic Colors of #7D895B
Black with #7D895B
Text Example
Text Example
White with #7D895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D895B; }
p { color: rgb(125,137,91); }
H1.HeaderClassName
{
color: #7D895B;
}
.AnyTagClassName
{
color: #7D895B;
}
</style>
background-color css
<style>
a { background-color: #7D895B; }
a { background-color: rgb(125,137,91); }
div.DivClassName
{
background-color: #7D895B;
}
.BgClassName
{
background-color: #7D895B;
}
</style>
border-color css
<style>
span { border-color: #7D895B; }
span { border-color: rgb(125,137,91); }
td.TdClassName
{
border-color: #7D895B;
}
.TagClassName
{
border-color: #7D895B;
}
</style>