Shades of Finch #7C805F
Tints of Finch #7C805F
RGB
CMYK
RGB Variations
Color information
#7C805F (or 0x7C805F) is known color: Finch. HEX triplet: 7C, 80 and 5F. RGB value is (124,128,95). Sum of RGB (Red+Green+Blue) = 124+128+95=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #7C805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C805F is #837FA0. Grayscale: #7B7B7B. Windows color (decimal): -8617889 or 6258812. OLE color: 6258812.
HSL color Cylindrical-coordinate representation of color #7C805F: hue angle of 67.27º 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 #7C805F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 128 | 95 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.50 |
| HSL | 67.27º | 0.15% | 0.44% | - |
| HSV(B) | 67.27º | 0.26% | 0.5% | - |
| XYZ | 18.1 | 20.55 | 13.84 | - |
| YUV | 123.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 95 | 0.03 | 0 | 0.26 | 0.50 | 67.27 | 0.15 | 0.44 |
| Hex | 7C | 80 | 5F | 3 | 0 | 1A | 32 | 43 | F | 2C |
| Octal | 174 | 200 | 137 | 3 | 0 | 32 | 62 | 103 | 17 | 54 |
| Binary | 1111100 | 10000000 | 1011111 | 11 | 0 | 11010 | 110010 | 1000011 | 1111 | 101100 |
Color Harmonies of #7C805F
Complementary color
Monochromatic Colors of #7C805F
Black with #7C805F
Text Example
Text Example
White with #7C805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C805F; }
p { color: rgb(124,128,95); }
H1.HeaderClassName
{
color: #7C805F;
}
.AnyTagClassName
{
color: #7C805F;
}
</style>
background-color css
<style>
a { background-color: #7C805F; }
a { background-color: rgb(124,128,95); }
div.DivClassName
{
background-color: #7C805F;
}
.BgClassName
{
background-color: #7C805F;
}
</style>
border-color css
<style>
span { border-color: #7C805F; }
span { border-color: rgb(124,128,95); }
td.TdClassName
{
border-color: #7C805F;
}
.TagClassName
{
border-color: #7C805F;
}
</style>