Shades of Finch #79814A
Tints of Finch #79814A
RGB
CMYK
RGB Variations
Color information
#79814A (or 0x79814A) is known color: Finch. HEX triplet: 79, 81 and 4A. RGB value is (121,129,74). Sum of RGB (Red+Green+Blue) = 121+129+74=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #79814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79814A is #867EB5. Grayscale: #787878. Windows color (decimal): -8814262 or 4882809. OLE color: 4882809.
HSL color Cylindrical-coordinate representation of color #79814A: hue angle of 68.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79814A is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 74 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.49 |
| HSL | 68.73º | 0.27% | 0.4% | - |
| HSV(B) | 68.73º | 0.43% | 0.51% | - |
| XYZ | 16.97 | 20.26 | 9.49 | - |
| YUV | 120.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 74 | 0.06 | 0 | 0.43 | 0.49 | 68.73 | 0.27 | 0.4 |
| Hex | 79 | 81 | 4A | 6 | 0 | 2B | 31 | 45 | 1B | 28 |
| Octal | 171 | 201 | 112 | 6 | 0 | 53 | 61 | 105 | 33 | 50 |
| Binary | 1111001 | 10000001 | 1001010 | 110 | 0 | 101011 | 110001 | 1000101 | 11011 | 101000 |
Color Harmonies of #79814A
Complementary color
Monochromatic Colors of #79814A
Black with #79814A
Text Example
Text Example
White with #79814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79814A; }
p { color: rgb(121,129,74); }
H1.HeaderClassName
{
color: #79814A;
}
.AnyTagClassName
{
color: #79814A;
}
</style>
background-color css
<style>
a { background-color: #79814A; }
a { background-color: rgb(121,129,74); }
div.DivClassName
{
background-color: #79814A;
}
.BgClassName
{
background-color: #79814A;
}
</style>
border-color css
<style>
span { border-color: #79814A; }
span { border-color: rgb(121,129,74); }
td.TdClassName
{
border-color: #79814A;
}
.TagClassName
{
border-color: #79814A;
}
</style>