Shades of Finch #72794C
Tints of Finch #72794C
RGB
CMYK
RGB Variations
Color information
#72794C (or 0x72794C) is known color: Finch. HEX triplet: 72, 79 and 4C. RGB value is (114,121,76). Sum of RGB (Red+Green+Blue) = 114+121+76=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #72794C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72794C is #8D86B3. Grayscale: #717171. Windows color (decimal): -9275060 or 5011826. OLE color: 5011826.
HSL color Cylindrical-coordinate representation of color #72794C: hue angle of 69.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72794C is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 76 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.53 |
| HSL | 69.33º | 0.23% | 0.39% | - |
| HSV(B) | 69.33º | 0.37% | 0.47% | - |
| XYZ | 15.08 | 17.77 | 9.47 | - |
| YUV | 113.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 76 | 0.06 | 0 | 0.37 | 0.53 | 69.33 | 0.23 | 0.39 |
| Hex | 72 | 79 | 4C | 6 | 0 | 25 | 35 | 45 | 17 | 27 |
| Octal | 162 | 171 | 114 | 6 | 0 | 45 | 65 | 105 | 27 | 47 |
| Binary | 1110010 | 1111001 | 1001100 | 110 | 0 | 100101 | 110101 | 1000101 | 10111 | 100111 |
Color Harmonies of #72794C
Complementary color
Monochromatic Colors of #72794C
Black with #72794C
Text Example
Text Example
White with #72794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72794C; }
p { color: rgb(114,121,76); }
H1.HeaderClassName
{
color: #72794C;
}
.AnyTagClassName
{
color: #72794C;
}
</style>
background-color css
<style>
a { background-color: #72794C; }
a { background-color: rgb(114,121,76); }
div.DivClassName
{
background-color: #72794C;
}
.BgClassName
{
background-color: #72794C;
}
</style>
border-color css
<style>
span { border-color: #72794C; }
span { border-color: rgb(114,121,76); }
td.TdClassName
{
border-color: #72794C;
}
.TagClassName
{
border-color: #72794C;
}
</style>