Shades of Finch #72794A
Tints of Finch #72794A
RGB
CMYK
RGB Variations
Color information
#72794A (or 0x72794A) is known color: Finch. HEX triplet: 72, 79 and 4A. RGB value is (114,121,74). Sum of RGB (Red+Green+Blue) = 114+121+74=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #72794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72794A is #8D86B5. Grayscale: #717171. Windows color (decimal): -9275062 or 4880754. OLE color: 4880754.
HSL color Cylindrical-coordinate representation of color #72794A: hue angle of 68.94º 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 #72794A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 74 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.53 |
| HSL | 68.94º | 0.24% | 0.38% | - |
| HSV(B) | 68.94º | 0.39% | 0.47% | - |
| XYZ | 15.01 | 17.75 | 9.11 | - |
| YUV | 113.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 74 | 0.06 | 0 | 0.39 | 0.53 | 68.94 | 0.24 | 0.38 |
| Hex | 72 | 79 | 4A | 6 | 0 | 27 | 35 | 45 | 18 | 26 |
| Octal | 162 | 171 | 112 | 6 | 0 | 47 | 65 | 105 | 30 | 46 |
| Binary | 1110010 | 1111001 | 1001010 | 110 | 0 | 100111 | 110101 | 1000101 | 11000 | 100110 |
Color Harmonies of #72794A
Complementary color
Monochromatic Colors of #72794A
Black with #72794A
Text Example
Text Example
White with #72794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72794A; }
p { color: rgb(114,121,74); }
H1.HeaderClassName
{
color: #72794A;
}
.AnyTagClassName
{
color: #72794A;
}
</style>
background-color css
<style>
a { background-color: #72794A; }
a { background-color: rgb(114,121,74); }
div.DivClassName
{
background-color: #72794A;
}
.BgClassName
{
background-color: #72794A;
}
</style>
border-color css
<style>
span { border-color: #72794A; }
span { border-color: rgb(114,121,74); }
td.TdClassName
{
border-color: #72794A;
}
.TagClassName
{
border-color: #72794A;
}
</style>