Shades of Finch #7E815B
Tints of Finch #7E815B
RGB
CMYK
RGB Variations
Color information
#7E815B (or 0x7E815B) is known color: Finch. HEX triplet: 7E, 81 and 5B. RGB value is (126,129,91). Sum of RGB (Red+Green+Blue) = 126+129+91=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #7E815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E815B is #817EA4. Grayscale: #7B7B7B. Windows color (decimal): -8486565 or 5996926. OLE color: 5996926.
HSL color Cylindrical-coordinate representation of color #7E815B: hue angle of 64.74º 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 #7E815B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 91 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.49 |
| HSL | 64.74º | 0.17% | 0.43% | - |
| HSV(B) | 64.74º | 0.29% | 0.51% | - |
| XYZ | 18.34 | 20.89 | 12.96 | - |
| YUV | 123.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 91 | 0.02 | 0 | 0.29 | 0.49 | 64.74 | 0.17 | 0.43 |
| Hex | 7E | 81 | 5B | 2 | 0 | 1D | 31 | 41 | 11 | 2B |
| Octal | 176 | 201 | 133 | 2 | 0 | 35 | 61 | 101 | 21 | 53 |
| Binary | 1111110 | 10000001 | 1011011 | 10 | 0 | 11101 | 110001 | 1000001 | 10001 | 101011 |
Color Harmonies of #7E815B
Complementary color
Monochromatic Colors of #7E815B
Black with #7E815B
Text Example
Text Example
White with #7E815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E815B; }
p { color: rgb(126,129,91); }
H1.HeaderClassName
{
color: #7E815B;
}
.AnyTagClassName
{
color: #7E815B;
}
</style>
background-color css
<style>
a { background-color: #7E815B; }
a { background-color: rgb(126,129,91); }
div.DivClassName
{
background-color: #7E815B;
}
.BgClassName
{
background-color: #7E815B;
}
</style>
border-color css
<style>
span { border-color: #7E815B; }
span { border-color: rgb(126,129,91); }
td.TdClassName
{
border-color: #7E815B;
}
.TagClassName
{
border-color: #7E815B;
}
</style>