Shades of Finch #7D805F
Tints of Finch #7D805F
RGB
CMYK
RGB Variations
Color information
#7D805F (or 0x7D805F) is known color: Finch. HEX triplet: 7D, 80 and 5F. RGB value is (125,128,95). Sum of RGB (Red+Green+Blue) = 125+128+95=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #7D805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D805F is #827FA0. Grayscale: #7B7B7B. Windows color (decimal): -8552353 or 6258813. OLE color: 6258813.
HSL color Cylindrical-coordinate representation of color #7D805F: hue angle of 65.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D805F is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 128 | 95 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.50 |
| HSL | 65.45º | 0.15% | 0.44% | - |
| HSV(B) | 65.45º | 0.26% | 0.5% | - |
| XYZ | 18.24 | 20.62 | 13.85 | - |
| YUV | 123.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 95 | 0.02 | 0 | 0.26 | 0.50 | 65.45 | 0.15 | 0.44 |
| Hex | 7D | 80 | 5F | 2 | 0 | 1A | 32 | 41 | F | 2C |
| Octal | 175 | 200 | 137 | 2 | 0 | 32 | 62 | 101 | 17 | 54 |
| Binary | 1111101 | 10000000 | 1011111 | 10 | 0 | 11010 | 110010 | 1000001 | 1111 | 101100 |
Color Harmonies of #7D805F
Complementary color
Monochromatic Colors of #7D805F
Black with #7D805F
Text Example
Text Example
White with #7D805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D805F; }
p { color: rgb(125,128,95); }
H1.HeaderClassName
{
color: #7D805F;
}
.AnyTagClassName
{
color: #7D805F;
}
</style>
background-color css
<style>
a { background-color: #7D805F; }
a { background-color: rgb(125,128,95); }
div.DivClassName
{
background-color: #7D805F;
}
.BgClassName
{
background-color: #7D805F;
}
</style>
border-color css
<style>
span { border-color: #7D805F; }
span { border-color: rgb(125,128,95); }
td.TdClassName
{
border-color: #7D805F;
}
.TagClassName
{
border-color: #7D805F;
}
</style>