Shades of Finch #72795E
Tints of Finch #72795E
RGB
CMYK
RGB Variations
Color information
#72795E (or 0x72795E) is known color: Finch. HEX triplet: 72, 79 and 5E. RGB value is (114,121,94). Sum of RGB (Red+Green+Blue) = 114+121+94=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #72795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72795E is #8D86A1. Grayscale: #737373. Windows color (decimal): -9275042 or 6191474. OLE color: 6191474.
HSL color Cylindrical-coordinate representation of color #72795E: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72795E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 94 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.53 |
| HSL | 75.56º | 0.13% | 0.42% | - |
| HSV(B) | 75.56º | 0.22% | 0.47% | - |
| XYZ | 15.8 | 18.06 | 13.24 | - |
| YUV | 115.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 94 | 0.06 | 0 | 0.22 | 0.53 | 75.56 | 0.13 | 0.42 |
| Hex | 72 | 79 | 5E | 6 | 0 | 16 | 35 | 4C | D | 2A |
| Octal | 162 | 171 | 136 | 6 | 0 | 26 | 65 | 114 | 15 | 52 |
| Binary | 1110010 | 1111001 | 1011110 | 110 | 0 | 10110 | 110101 | 1001100 | 1101 | 101010 |
Color Harmonies of #72795E
Complementary color
Monochromatic Colors of #72795E
Black with #72795E
Text Example
Text Example
White with #72795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72795E; }
p { color: rgb(114,121,94); }
H1.HeaderClassName
{
color: #72795E;
}
.AnyTagClassName
{
color: #72795E;
}
</style>
background-color css
<style>
a { background-color: #72795E; }
a { background-color: rgb(114,121,94); }
div.DivClassName
{
background-color: #72795E;
}
.BgClassName
{
background-color: #72795E;
}
</style>
border-color css
<style>
span { border-color: #72795E; }
span { border-color: rgb(114,121,94); }
td.TdClassName
{
border-color: #72795E;
}
.TagClassName
{
border-color: #72795E;
}
</style>