Shades of Finch #727C57
Tints of Finch #727C57
RGB
CMYK
RGB Variations
Color information
#727C57 (or 0x727C57) is known color: Finch. HEX triplet: 72, 7C and 57. RGB value is (114,124,87). Sum of RGB (Red+Green+Blue) = 114+124+87=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #727C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C57 is #8D83A8. Grayscale: #747474. Windows color (decimal): -9274281 or 5733490. OLE color: 5733490.
HSL color Cylindrical-coordinate representation of color #727C57: hue angle of 76.22º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727C57 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 87 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.51 |
| HSL | 76.22º | 0.18% | 0.41% | - |
| HSV(B) | 76.22º | 0.3% | 0.49% | - |
| XYZ | 15.87 | 18.68 | 11.79 | - |
| YUV | 116.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 87 | 0.08 | 0 | 0.30 | 0.51 | 76.22 | 0.18 | 0.41 |
| Hex | 72 | 7C | 57 | 8 | 0 | 1E | 33 | 4C | 12 | 29 |
| Octal | 162 | 174 | 127 | 10 | 0 | 36 | 63 | 114 | 22 | 51 |
| Binary | 1110010 | 1111100 | 1010111 | 1000 | 0 | 11110 | 110011 | 1001100 | 10010 | 101001 |
Color Harmonies of #727C57
Complementary color
Monochromatic Colors of #727C57
Black with #727C57
Text Example
Text Example
White with #727C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C57; }
p { color: rgb(114,124,87); }
H1.HeaderClassName
{
color: #727C57;
}
.AnyTagClassName
{
color: #727C57;
}
</style>
background-color css
<style>
a { background-color: #727C57; }
a { background-color: rgb(114,124,87); }
div.DivClassName
{
background-color: #727C57;
}
.BgClassName
{
background-color: #727C57;
}
</style>
border-color css
<style>
span { border-color: #727C57; }
span { border-color: rgb(114,124,87); }
td.TdClassName
{
border-color: #727C57;
}
.TagClassName
{
border-color: #727C57;
}
</style>