Shades of Finch #72764E
Tints of Finch #72764E
RGB
CMYK
RGB Variations
Color information
#72764E (or 0x72764E) is known color: Finch. HEX triplet: 72, 76 and 4E. RGB value is (114,118,78). Sum of RGB (Red+Green+Blue) = 114+118+78=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #72764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72764E is #8D89B1. Grayscale: #707070. Windows color (decimal): -9275826 or 5142130. OLE color: 5142130.
HSL color Cylindrical-coordinate representation of color #72764E: hue angle of 66º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72764E is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 78 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.54 |
| HSL | 66º | 0.2% | 0.38% | - |
| HSV(B) | 66º | 0.34% | 0.46% | - |
| XYZ | 14.79 | 17.08 | 9.73 | - |
| YUV | 112.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 78 | 0.03 | 0 | 0.34 | 0.54 | 66 | 0.2 | 0.38 |
| Hex | 72 | 76 | 4E | 3 | 0 | 22 | 36 | 42 | 14 | 26 |
| Octal | 162 | 166 | 116 | 3 | 0 | 42 | 66 | 102 | 24 | 46 |
| Binary | 1110010 | 1110110 | 1001110 | 11 | 0 | 100010 | 110110 | 1000010 | 10100 | 100110 |
Color Harmonies of #72764E
Complementary color
Monochromatic Colors of #72764E
Black with #72764E
Text Example
Text Example
White with #72764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72764E; }
p { color: rgb(114,118,78); }
H1.HeaderClassName
{
color: #72764E;
}
.AnyTagClassName
{
color: #72764E;
}
</style>
background-color css
<style>
a { background-color: #72764E; }
a { background-color: rgb(114,118,78); }
div.DivClassName
{
background-color: #72764E;
}
.BgClassName
{
background-color: #72764E;
}
</style>
border-color css
<style>
span { border-color: #72764E; }
span { border-color: rgb(114,118,78); }
td.TdClassName
{
border-color: #72764E;
}
.TagClassName
{
border-color: #72764E;
}
</style>