Shades of Finch #7C815B
Tints of Finch #7C815B
RGB
CMYK
RGB Variations
Color information
#7C815B (or 0x7C815B) is known color: Finch. HEX triplet: 7C, 81 and 5B. RGB value is (124,129,91). Sum of RGB (Red+Green+Blue) = 124+129+91=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #7C815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C815B is #837EA4. Grayscale: #7B7B7B. Windows color (decimal): -8617637 or 5996924. OLE color: 5996924.
HSL color Cylindrical-coordinate representation of color #7C815B: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C815B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 91 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.49 |
| HSL | 67.89º | 0.17% | 0.43% | - |
| HSV(B) | 67.89º | 0.29% | 0.51% | - |
| XYZ | 18.05 | 20.74 | 12.95 | - |
| YUV | 123.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 91 | 0.04 | 0 | 0.29 | 0.49 | 67.89 | 0.17 | 0.43 |
| Hex | 7C | 81 | 5B | 4 | 0 | 1D | 31 | 44 | 11 | 2B |
| Octal | 174 | 201 | 133 | 4 | 0 | 35 | 61 | 104 | 21 | 53 |
| Binary | 1111100 | 10000001 | 1011011 | 100 | 0 | 11101 | 110001 | 1000100 | 10001 | 101011 |
Color Harmonies of #7C815B
Complementary color
Monochromatic Colors of #7C815B
Black with #7C815B
Text Example
Text Example
White with #7C815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C815B; }
p { color: rgb(124,129,91); }
H1.HeaderClassName
{
color: #7C815B;
}
.AnyTagClassName
{
color: #7C815B;
}
</style>
background-color css
<style>
a { background-color: #7C815B; }
a { background-color: rgb(124,129,91); }
div.DivClassName
{
background-color: #7C815B;
}
.BgClassName
{
background-color: #7C815B;
}
</style>
border-color css
<style>
span { border-color: #7C815B; }
span { border-color: rgb(124,129,91); }
td.TdClassName
{
border-color: #7C815B;
}
.TagClassName
{
border-color: #7C815B;
}
</style>