Shades of Finch #76815C
Tints of Finch #76815C
RGB
CMYK
RGB Variations
Color information
#76815C (or 0x76815C) is known color: Finch. HEX triplet: 76, 81 and 5C. RGB value is (118,129,92). Sum of RGB (Red+Green+Blue) = 118+129+92=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #76815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76815C is #897EA3. Grayscale: #797979. Windows color (decimal): -9010852 or 6062454. OLE color: 6062454.
HSL color Cylindrical-coordinate representation of color #76815C: hue angle of 77.84º 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 #76815C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 92 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.49 |
| HSL | 77.84º | 0.17% | 0.43% | - |
| HSV(B) | 77.84º | 0.29% | 0.51% | - |
| XYZ | 17.25 | 20.32 | 13.14 | - |
| YUV | 121.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 92 | 0.09 | 0 | 0.29 | 0.49 | 77.84 | 0.17 | 0.43 |
| Hex | 76 | 81 | 5C | 9 | 0 | 1D | 31 | 4E | 11 | 2B |
| Octal | 166 | 201 | 134 | 11 | 0 | 35 | 61 | 116 | 21 | 53 |
| Binary | 1110110 | 10000001 | 1011100 | 1001 | 0 | 11101 | 110001 | 1001110 | 10001 | 101011 |
Color Harmonies of #76815C
Complementary color
Monochromatic Colors of #76815C
Black with #76815C
Text Example
Text Example
White with #76815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76815C; }
p { color: rgb(118,129,92); }
H1.HeaderClassName
{
color: #76815C;
}
.AnyTagClassName
{
color: #76815C;
}
</style>
background-color css
<style>
a { background-color: #76815C; }
a { background-color: rgb(118,129,92); }
div.DivClassName
{
background-color: #76815C;
}
.BgClassName
{
background-color: #76815C;
}
</style>
border-color css
<style>
span { border-color: #76815C; }
span { border-color: rgb(118,129,92); }
td.TdClassName
{
border-color: #76815C;
}
.TagClassName
{
border-color: #76815C;
}
</style>