Shades of Finch #727F55
Tints of Finch #727F55
RGB
CMYK
RGB Variations
Color information
#727F55 (or 0x727F55) is known color: Finch. HEX triplet: 72, 7F and 55. RGB value is (114,127,85). Sum of RGB (Red+Green+Blue) = 114+127+85=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #727F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F55 is #8D80AA. Grayscale: #767676. Windows color (decimal): -9273515 or 5603186. OLE color: 5603186.
HSL color Cylindrical-coordinate representation of color #727F55: hue angle of 78.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727F55 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 127 | 85 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.50 |
| HSL | 78.57º | 0.2% | 0.42% | - |
| HSV(B) | 78.57º | 0.33% | 0.5% | - |
| XYZ | 16.17 | 19.41 | 11.49 | - |
| YUV | 118.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 85 | 0.10 | 0 | 0.33 | 0.50 | 78.57 | 0.2 | 0.42 |
| Hex | 72 | 7F | 55 | A | 0 | 21 | 32 | 4F | 14 | 2A |
| Octal | 162 | 177 | 125 | 12 | 0 | 41 | 62 | 117 | 24 | 52 |
| Binary | 1110010 | 1111111 | 1010101 | 1010 | 0 | 100001 | 110010 | 1001111 | 10100 | 101010 |
Color Harmonies of #727F55
Complementary color
Monochromatic Colors of #727F55
Black with #727F55
Text Example
Text Example
White with #727F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F55; }
p { color: rgb(114,127,85); }
H1.HeaderClassName
{
color: #727F55;
}
.AnyTagClassName
{
color: #727F55;
}
</style>
background-color css
<style>
a { background-color: #727F55; }
a { background-color: rgb(114,127,85); }
div.DivClassName
{
background-color: #727F55;
}
.BgClassName
{
background-color: #727F55;
}
</style>
border-color css
<style>
span { border-color: #727F55; }
span { border-color: rgb(114,127,85); }
td.TdClassName
{
border-color: #727F55;
}
.TagClassName
{
border-color: #727F55;
}
</style>