Shades of Finch #727C48
Tints of Finch #727C48
RGB
CMYK
RGB Variations
Color information
#727C48 (or 0x727C48) is known color: Finch. HEX triplet: 72, 7C and 48. RGB value is (114,124,72). Sum of RGB (Red+Green+Blue) = 114+124+72=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #727C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C48 is #8D83B7. Grayscale: #737373. Windows color (decimal): -9274296 or 4750450. OLE color: 4750450.
HSL color Cylindrical-coordinate representation of color #727C48: hue angle of 71.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #727C48 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 72 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.51 |
| HSL | 71.54º | 0.27% | 0.38% | - |
| HSV(B) | 71.54º | 0.42% | 0.49% | - |
| XYZ | 15.32 | 18.46 | 8.89 | - |
| YUV | 115.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 72 | 0.08 | 0 | 0.42 | 0.51 | 71.54 | 0.27 | 0.38 |
| Hex | 72 | 7C | 48 | 8 | 0 | 2A | 33 | 48 | 1B | 26 |
| Octal | 162 | 174 | 110 | 10 | 0 | 52 | 63 | 110 | 33 | 46 |
| Binary | 1110010 | 1111100 | 1001000 | 1000 | 0 | 101010 | 110011 | 1001000 | 11011 | 100110 |
Color Harmonies of #727C48
Complementary color
Monochromatic Colors of #727C48
Black with #727C48
Text Example
Text Example
White with #727C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C48; }
p { color: rgb(114,124,72); }
H1.HeaderClassName
{
color: #727C48;
}
.AnyTagClassName
{
color: #727C48;
}
</style>
background-color css
<style>
a { background-color: #727C48; }
a { background-color: rgb(114,124,72); }
div.DivClassName
{
background-color: #727C48;
}
.BgClassName
{
background-color: #727C48;
}
</style>
border-color css
<style>
span { border-color: #727C48; }
span { border-color: rgb(114,124,72); }
td.TdClassName
{
border-color: #727C48;
}
.TagClassName
{
border-color: #727C48;
}
</style>