Shades of Finch #7C815E
Tints of Finch #7C815E
RGB
CMYK
RGB Variations
Color information
#7C815E (or 0x7C815E) is known color: Finch. HEX triplet: 7C, 81 and 5E. RGB value is (124,129,94). Sum of RGB (Red+Green+Blue) = 124+129+94=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #7C815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C815E is #837EA1. Grayscale: #7B7B7B. Windows color (decimal): -8617634 or 6193532. OLE color: 6193532.
HSL color Cylindrical-coordinate representation of color #7C815E: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C815E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 94 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.49 |
| HSL | 68.57º | 0.16% | 0.44% | - |
| HSV(B) | 68.57º | 0.27% | 0.51% | - |
| XYZ | 18.18 | 20.79 | 13.64 | - |
| YUV | 123.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 94 | 0.04 | 0 | 0.27 | 0.49 | 68.57 | 0.16 | 0.44 |
| Hex | 7C | 81 | 5E | 4 | 0 | 1B | 31 | 45 | 10 | 2C |
| Octal | 174 | 201 | 136 | 4 | 0 | 33 | 61 | 105 | 20 | 54 |
| Binary | 1111100 | 10000001 | 1011110 | 100 | 0 | 11011 | 110001 | 1000101 | 10000 | 101100 |
Color Harmonies of #7C815E
Complementary color
Monochromatic Colors of #7C815E
Black with #7C815E
Text Example
Text Example
White with #7C815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C815E; }
p { color: rgb(124,129,94); }
H1.HeaderClassName
{
color: #7C815E;
}
.AnyTagClassName
{
color: #7C815E;
}
</style>
background-color css
<style>
a { background-color: #7C815E; }
a { background-color: rgb(124,129,94); }
div.DivClassName
{
background-color: #7C815E;
}
.BgClassName
{
background-color: #7C815E;
}
</style>
border-color css
<style>
span { border-color: #7C815E; }
span { border-color: rgb(124,129,94); }
td.TdClassName
{
border-color: #7C815E;
}
.TagClassName
{
border-color: #7C815E;
}
</style>