Shades of Finch #72824F
Tints of Finch #72824F
RGB
CMYK
RGB Variations
Color information
#72824F (or 0x72824F) is known color: Finch. HEX triplet: 72, 82 and 4F. RGB value is (114,130,79). Sum of RGB (Red+Green+Blue) = 114+130+79=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #72824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72824F is #8D7DB0. Grayscale: #777777. Windows color (decimal): -9272753 or 5210738. OLE color: 5210738.
HSL color Cylindrical-coordinate representation of color #72824F: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72824F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 79 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.49 |
| HSL | 78.82º | 0.24% | 0.41% | - |
| HSV(B) | 78.82º | 0.39% | 0.51% | - |
| XYZ | 16.33 | 20.11 | 10.42 | - |
| YUV | 119.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 79 | 0.12 | 0 | 0.39 | 0.49 | 78.82 | 0.24 | 0.41 |
| Hex | 72 | 82 | 4F | C | 0 | 27 | 31 | 4F | 18 | 29 |
| Octal | 162 | 202 | 117 | 14 | 0 | 47 | 61 | 117 | 30 | 51 |
| Binary | 1110010 | 10000010 | 1001111 | 1100 | 0 | 100111 | 110001 | 1001111 | 11000 | 101001 |
Color Harmonies of #72824F
Complementary color
Monochromatic Colors of #72824F
Black with #72824F
Text Example
Text Example
White with #72824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72824F; }
p { color: rgb(114,130,79); }
H1.HeaderClassName
{
color: #72824F;
}
.AnyTagClassName
{
color: #72824F;
}
</style>
background-color css
<style>
a { background-color: #72824F; }
a { background-color: rgb(114,130,79); }
div.DivClassName
{
background-color: #72824F;
}
.BgClassName
{
background-color: #72824F;
}
</style>
border-color css
<style>
span { border-color: #72824F; }
span { border-color: rgb(114,130,79); }
td.TdClassName
{
border-color: #72824F;
}
.TagClassName
{
border-color: #72824F;
}
</style>