Shades of Finch #79825C
Tints of Finch #79825C
RGB
CMYK
RGB Variations
Color information
#79825C (or 0x79825C) is known color: Finch. HEX triplet: 79, 82 and 5C. RGB value is (121,130,92). Sum of RGB (Red+Green+Blue) = 121+130+92=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #79825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79825C is #867DA3. Grayscale: #7B7B7B. Windows color (decimal): -8813988 or 6062713. OLE color: 6062713.
HSL color Cylindrical-coordinate representation of color #79825C: hue angle of 74.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79825C is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 92 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.49 |
| HSL | 74.21º | 0.17% | 0.44% | - |
| HSV(B) | 74.21º | 0.29% | 0.51% | - |
| XYZ | 17.8 | 20.8 | 13.2 | - |
| YUV | 122.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 92 | 0.07 | 0 | 0.29 | 0.49 | 74.21 | 0.17 | 0.44 |
| Hex | 79 | 82 | 5C | 7 | 0 | 1D | 31 | 4A | 11 | 2C |
| Octal | 171 | 202 | 134 | 7 | 0 | 35 | 61 | 112 | 21 | 54 |
| Binary | 1111001 | 10000010 | 1011100 | 111 | 0 | 11101 | 110001 | 1001010 | 10001 | 101100 |
Color Harmonies of #79825C
Complementary color
Monochromatic Colors of #79825C
Black with #79825C
Text Example
Text Example
White with #79825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79825C; }
p { color: rgb(121,130,92); }
H1.HeaderClassName
{
color: #79825C;
}
.AnyTagClassName
{
color: #79825C;
}
</style>
background-color css
<style>
a { background-color: #79825C; }
a { background-color: rgb(121,130,92); }
div.DivClassName
{
background-color: #79825C;
}
.BgClassName
{
background-color: #79825C;
}
</style>
border-color css
<style>
span { border-color: #79825C; }
span { border-color: rgb(121,130,92); }
td.TdClassName
{
border-color: #79825C;
}
.TagClassName
{
border-color: #79825C;
}
</style>