Shades of Finch #7C815F
Tints of Finch #7C815F
RGB
CMYK
RGB Variations
Color information
#7C815F (or 0x7C815F) is known color: Finch. HEX triplet: 7C, 81 and 5F. RGB value is (124,129,95). Sum of RGB (Red+Green+Blue) = 124+129+95=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #7C815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C815F is #837EA0. Grayscale: #7B7B7B. Windows color (decimal): -8617633 or 6259068. OLE color: 6259068.
HSL color Cylindrical-coordinate representation of color #7C815F: hue angle of 68.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C815F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 95 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.49 |
| HSL | 68.82º | 0.15% | 0.44% | - |
| HSV(B) | 68.82º | 0.26% | 0.51% | - |
| XYZ | 18.23 | 20.81 | 13.88 | - |
| YUV | 123.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 95 | 0.04 | 0 | 0.26 | 0.49 | 68.82 | 0.15 | 0.44 |
| Hex | 7C | 81 | 5F | 4 | 0 | 1A | 31 | 45 | F | 2C |
| Octal | 174 | 201 | 137 | 4 | 0 | 32 | 61 | 105 | 17 | 54 |
| Binary | 1111100 | 10000001 | 1011111 | 100 | 0 | 11010 | 110001 | 1000101 | 1111 | 101100 |
Color Harmonies of #7C815F
Complementary color
Monochromatic Colors of #7C815F
Black with #7C815F
Text Example
Text Example
White with #7C815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C815F; }
p { color: rgb(124,129,95); }
H1.HeaderClassName
{
color: #7C815F;
}
.AnyTagClassName
{
color: #7C815F;
}
</style>
background-color css
<style>
a { background-color: #7C815F; }
a { background-color: rgb(124,129,95); }
div.DivClassName
{
background-color: #7C815F;
}
.BgClassName
{
background-color: #7C815F;
}
</style>
border-color css
<style>
span { border-color: #7C815F; }
span { border-color: rgb(124,129,95); }
td.TdClassName
{
border-color: #7C815F;
}
.TagClassName
{
border-color: #7C815F;
}
</style>