Shades of Finch #76794A
Tints of Finch #76794A
RGB
CMYK
RGB Variations
Color information
#76794A (or 0x76794A) is known color: Finch. HEX triplet: 76, 79 and 4A. RGB value is (118,121,74). Sum of RGB (Red+Green+Blue) = 118+121+74=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #76794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76794A is #8986B5. Grayscale: #727272. Windows color (decimal): -9012918 or 4880758. OLE color: 4880758.
HSL color Cylindrical-coordinate representation of color #76794A: hue angle of 63.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76794A is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 74 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.53 |
| HSL | 63.83º | 0.24% | 0.38% | - |
| HSV(B) | 63.83º | 0.39% | 0.47% | - |
| XYZ | 15.54 | 18.02 | 9.14 | - |
| YUV | 114.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 74 | 0.02 | 0 | 0.39 | 0.53 | 63.83 | 0.24 | 0.38 |
| Hex | 76 | 79 | 4A | 2 | 0 | 27 | 35 | 40 | 18 | 26 |
| Octal | 166 | 171 | 112 | 2 | 0 | 47 | 65 | 100 | 30 | 46 |
| Binary | 1110110 | 1111001 | 1001010 | 10 | 0 | 100111 | 110101 | 1000000 | 11000 | 100110 |
Color Harmonies of #76794A
Complementary color
Monochromatic Colors of #76794A
Black with #76794A
Text Example
Text Example
White with #76794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76794A; }
p { color: rgb(118,121,74); }
H1.HeaderClassName
{
color: #76794A;
}
.AnyTagClassName
{
color: #76794A;
}
</style>
background-color css
<style>
a { background-color: #76794A; }
a { background-color: rgb(118,121,74); }
div.DivClassName
{
background-color: #76794A;
}
.BgClassName
{
background-color: #76794A;
}
</style>
border-color css
<style>
span { border-color: #76794A; }
span { border-color: rgb(118,121,74); }
td.TdClassName
{
border-color: #76794A;
}
.TagClassName
{
border-color: #76794A;
}
</style>