Shades of Finch #7F815B
Tints of Finch #7F815B
RGB
CMYK
RGB Variations
Color information
#7F815B (or 0x7F815B) is known color: Finch. HEX triplet: 7F, 81 and 5B. RGB value is (127,129,91). Sum of RGB (Red+Green+Blue) = 127+129+91=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #7F815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F815B is #807EA4. Grayscale: #7C7C7C. Windows color (decimal): -8421029 or 5996927. OLE color: 5996927.
HSL color Cylindrical-coordinate representation of color #7F815B: hue angle of 63.16º 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 #7F815B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 129 | 91 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.49 |
| HSL | 63.16º | 0.17% | 0.43% | - |
| HSV(B) | 63.16º | 0.29% | 0.51% | - |
| XYZ | 18.49 | 20.97 | 12.97 | - |
| YUV | 124.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 91 | 0.02 | 0 | 0.29 | 0.49 | 63.16 | 0.17 | 0.43 |
| Hex | 7F | 81 | 5B | 2 | 0 | 1D | 31 | 3F | 11 | 2B |
| Octal | 177 | 201 | 133 | 2 | 0 | 35 | 61 | 77 | 21 | 53 |
| Binary | 1111111 | 10000001 | 1011011 | 10 | 0 | 11101 | 110001 | 111111 | 10001 | 101011 |
Color Harmonies of #7F815B
Complementary color
Monochromatic Colors of #7F815B
Black with #7F815B
Text Example
Text Example
White with #7F815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F815B; }
p { color: rgb(127,129,91); }
H1.HeaderClassName
{
color: #7F815B;
}
.AnyTagClassName
{
color: #7F815B;
}
</style>
background-color css
<style>
a { background-color: #7F815B; }
a { background-color: rgb(127,129,91); }
div.DivClassName
{
background-color: #7F815B;
}
.BgClassName
{
background-color: #7F815B;
}
</style>
border-color css
<style>
span { border-color: #7F815B; }
span { border-color: rgb(127,129,91); }
td.TdClassName
{
border-color: #7F815B;
}
.TagClassName
{
border-color: #7F815B;
}
</style>