Shades of Finch #72824E
Tints of Finch #72824E
RGB
CMYK
RGB Variations
Color information
#72824E (or 0x72824E) is known color: Finch. HEX triplet: 72, 82 and 4E. RGB value is (114,130,78). Sum of RGB (Red+Green+Blue) = 114+130+78=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #72824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72824E is #8D7DB1. Grayscale: #777777. Windows color (decimal): -9272754 or 5145202. OLE color: 5145202.
HSL color Cylindrical-coordinate representation of color #72824E: hue angle of 78.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72824E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 78 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.49 |
| HSL | 78.46º | 0.25% | 0.41% | - |
| HSV(B) | 78.46º | 0.4% | 0.51% | - |
| XYZ | 16.3 | 20.09 | 10.23 | - |
| YUV | 119.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 78 | 0.12 | 0 | 0.40 | 0.49 | 78.46 | 0.25 | 0.41 |
| Hex | 72 | 82 | 4E | C | 0 | 28 | 31 | 4E | 19 | 29 |
| Octal | 162 | 202 | 116 | 14 | 0 | 50 | 61 | 116 | 31 | 51 |
| Binary | 1110010 | 10000010 | 1001110 | 1100 | 0 | 101000 | 110001 | 1001110 | 11001 | 101001 |
Color Harmonies of #72824E
Complementary color
Monochromatic Colors of #72824E
Black with #72824E
Text Example
Text Example
White with #72824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72824E; }
p { color: rgb(114,130,78); }
H1.HeaderClassName
{
color: #72824E;
}
.AnyTagClassName
{
color: #72824E;
}
</style>
background-color css
<style>
a { background-color: #72824E; }
a { background-color: rgb(114,130,78); }
div.DivClassName
{
background-color: #72824E;
}
.BgClassName
{
background-color: #72824E;
}
</style>
border-color css
<style>
span { border-color: #72824E; }
span { border-color: rgb(114,130,78); }
td.TdClassName
{
border-color: #72824E;
}
.TagClassName
{
border-color: #72824E;
}
</style>