Shades of Finch #76815A
Tints of Finch #76815A
RGB
CMYK
RGB Variations
Color information
#76815A (or 0x76815A) is known color: Finch. HEX triplet: 76, 81 and 5A. RGB value is (118,129,90). Sum of RGB (Red+Green+Blue) = 118+129+90=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #76815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76815A is #897EA5. Grayscale: #797979. Windows color (decimal): -9010854 or 5931382. OLE color: 5931382.
HSL color Cylindrical-coordinate representation of color #76815A: hue angle of 76.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76815A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 90 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.49 |
| HSL | 76.92º | 0.18% | 0.43% | - |
| HSV(B) | 76.92º | 0.3% | 0.51% | - |
| XYZ | 17.17 | 20.29 | 12.68 | - |
| YUV | 121.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 90 | 0.09 | 0 | 0.30 | 0.49 | 76.92 | 0.18 | 0.43 |
| Hex | 76 | 81 | 5A | 9 | 0 | 1E | 31 | 4D | 12 | 2B |
| Octal | 166 | 201 | 132 | 11 | 0 | 36 | 61 | 115 | 22 | 53 |
| Binary | 1110110 | 10000001 | 1011010 | 1001 | 0 | 11110 | 110001 | 1001101 | 10010 | 101011 |
Color Harmonies of #76815A
Complementary color
Monochromatic Colors of #76815A
Black with #76815A
Text Example
Text Example
White with #76815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76815A; }
p { color: rgb(118,129,90); }
H1.HeaderClassName
{
color: #76815A;
}
.AnyTagClassName
{
color: #76815A;
}
</style>
background-color css
<style>
a { background-color: #76815A; }
a { background-color: rgb(118,129,90); }
div.DivClassName
{
background-color: #76815A;
}
.BgClassName
{
background-color: #76815A;
}
</style>
border-color css
<style>
span { border-color: #76815A; }
span { border-color: rgb(118,129,90); }
td.TdClassName
{
border-color: #76815A;
}
.TagClassName
{
border-color: #76815A;
}
</style>