Shades of Finch #727D53
Tints of Finch #727D53
RGB
CMYK
RGB Variations
Color information
#727D53 (or 0x727D53) is known color: Finch. HEX triplet: 72, 7D and 53. RGB value is (114,125,83). Sum of RGB (Red+Green+Blue) = 114+125+83=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #727D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D53 is #8D82AC. Grayscale: #757575. Windows color (decimal): -9274029 or 5471602. OLE color: 5471602.
HSL color Cylindrical-coordinate representation of color #727D53: hue angle of 75.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #727D53 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 125 | 83 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.51 |
| HSL | 75.71º | 0.2% | 0.41% | - |
| HSV(B) | 75.71º | 0.34% | 0.49% | - |
| XYZ | 15.83 | 18.87 | 10.99 | - |
| YUV | 116.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 83 | 0.09 | 0 | 0.34 | 0.51 | 75.71 | 0.2 | 0.41 |
| Hex | 72 | 7D | 53 | 9 | 0 | 22 | 33 | 4C | 14 | 29 |
| Octal | 162 | 175 | 123 | 11 | 0 | 42 | 63 | 114 | 24 | 51 |
| Binary | 1110010 | 1111101 | 1010011 | 1001 | 0 | 100010 | 110011 | 1001100 | 10100 | 101001 |
Color Harmonies of #727D53
Complementary color
Monochromatic Colors of #727D53
Black with #727D53
Text Example
Text Example
White with #727D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D53; }
p { color: rgb(114,125,83); }
H1.HeaderClassName
{
color: #727D53;
}
.AnyTagClassName
{
color: #727D53;
}
</style>
background-color css
<style>
a { background-color: #727D53; }
a { background-color: rgb(114,125,83); }
div.DivClassName
{
background-color: #727D53;
}
.BgClassName
{
background-color: #727D53;
}
</style>
border-color css
<style>
span { border-color: #727D53; }
span { border-color: rgb(114,125,83); }
td.TdClassName
{
border-color: #727D53;
}
.TagClassName
{
border-color: #727D53;
}
</style>