Shades of Finch #727D58
Tints of Finch #727D58
RGB
CMYK
RGB Variations
Color information
#727D58 (or 0x727D58) is known color: Finch. HEX triplet: 72, 7D and 58. RGB value is (114,125,88). Sum of RGB (Red+Green+Blue) = 114+125+88=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 125 - color contains mainly: green. Hex color #727D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D58 is #8D82A7. Grayscale: #757575. Windows color (decimal): -9274024 or 5799282. OLE color: 5799282.
HSL color Cylindrical-coordinate representation of color #727D58: hue angle of 77.84º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727D58 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 125 | 88 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.51 |
| HSL | 77.84º | 0.17% | 0.42% | - |
| HSV(B) | 77.84º | 0.3% | 0.49% | - |
| XYZ | 16.03 | 18.95 | 12.04 | - |
| YUV | 117.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 88 | 0.09 | 0 | 0.30 | 0.51 | 77.84 | 0.17 | 0.42 |
| Hex | 72 | 7D | 58 | 9 | 0 | 1E | 33 | 4E | 11 | 2A |
| Octal | 162 | 175 | 130 | 11 | 0 | 36 | 63 | 116 | 21 | 52 |
| Binary | 1110010 | 1111101 | 1011000 | 1001 | 0 | 11110 | 110011 | 1001110 | 10001 | 101010 |
Color Harmonies of #727D58
Complementary color
Monochromatic Colors of #727D58
Black with #727D58
Text Example
Text Example
White with #727D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D58; }
p { color: rgb(114,125,88); }
H1.HeaderClassName
{
color: #727D58;
}
.AnyTagClassName
{
color: #727D58;
}
</style>
background-color css
<style>
a { background-color: #727D58; }
a { background-color: rgb(114,125,88); }
div.DivClassName
{
background-color: #727D58;
}
.BgClassName
{
background-color: #727D58;
}
</style>
border-color css
<style>
span { border-color: #727D58; }
span { border-color: rgb(114,125,88); }
td.TdClassName
{
border-color: #727D58;
}
.TagClassName
{
border-color: #727D58;
}
</style>