Shades of Finch #76774A
Tints of Finch #76774A
RGB
CMYK
RGB Variations
Color information
#76774A (or 0x76774A) is known color: Finch. HEX triplet: 76, 77 and 4A. RGB value is (118,119,74). Sum of RGB (Red+Green+Blue) = 118+119+74=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #76774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76774A is #8988B5. Grayscale: #717171. Windows color (decimal): -9013430 or 4880246. OLE color: 4880246.
HSL color Cylindrical-coordinate representation of color #76774A: hue angle of 61.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76774A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 74 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.53 |
| HSL | 61.33º | 0.23% | 0.38% | - |
| HSV(B) | 61.33º | 0.38% | 0.47% | - |
| XYZ | 15.3 | 17.54 | 9.06 | - |
| YUV | 113.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 74 | 0.01 | 0 | 0.38 | 0.53 | 61.33 | 0.23 | 0.38 |
| Hex | 76 | 77 | 4A | 1 | 0 | 26 | 35 | 3D | 17 | 26 |
| Octal | 166 | 167 | 112 | 1 | 0 | 46 | 65 | 75 | 27 | 46 |
| Binary | 1110110 | 1110111 | 1001010 | 1 | 0 | 100110 | 110101 | 111101 | 10111 | 100110 |
Color Harmonies of #76774A
Complementary color
Monochromatic Colors of #76774A
Black with #76774A
Text Example
Text Example
White with #76774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76774A; }
p { color: rgb(118,119,74); }
H1.HeaderClassName
{
color: #76774A;
}
.AnyTagClassName
{
color: #76774A;
}
</style>
background-color css
<style>
a { background-color: #76774A; }
a { background-color: rgb(118,119,74); }
div.DivClassName
{
background-color: #76774A;
}
.BgClassName
{
background-color: #76774A;
}
</style>
border-color css
<style>
span { border-color: #76774A; }
span { border-color: rgb(118,119,74); }
td.TdClassName
{
border-color: #76774A;
}
.TagClassName
{
border-color: #76774A;
}
</style>