Shades of Finch #727F50
Tints of Finch #727F50
RGB
CMYK
RGB Variations
Color information
#727F50 (or 0x727F50) is known color: Finch. HEX triplet: 72, 7F and 50. RGB value is (114,127,80). Sum of RGB (Red+Green+Blue) = 114+127+80=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #727F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F50 is #8D80AF. Grayscale: #757575. Windows color (decimal): -9273520 or 5275506. OLE color: 5275506.
HSL color Cylindrical-coordinate representation of color #727F50: hue angle of 76.6º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #727F50 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 127 | 80 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.50 |
| HSL | 76.6º | 0.23% | 0.41% | - |
| HSV(B) | 76.6º | 0.37% | 0.5% | - |
| XYZ | 15.98 | 19.34 | 10.48 | - |
| YUV | 117.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 80 | 0.10 | 0 | 0.37 | 0.50 | 76.6 | 0.23 | 0.41 |
| Hex | 72 | 7F | 50 | A | 0 | 25 | 32 | 4D | 17 | 29 |
| Octal | 162 | 177 | 120 | 12 | 0 | 45 | 62 | 115 | 27 | 51 |
| Binary | 1110010 | 1111111 | 1010000 | 1010 | 0 | 100101 | 110010 | 1001101 | 10111 | 101001 |
Color Harmonies of #727F50
Complementary color
Monochromatic Colors of #727F50
Black with #727F50
Text Example
Text Example
White with #727F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F50; }
p { color: rgb(114,127,80); }
H1.HeaderClassName
{
color: #727F50;
}
.AnyTagClassName
{
color: #727F50;
}
</style>
background-color css
<style>
a { background-color: #727F50; }
a { background-color: rgb(114,127,80); }
div.DivClassName
{
background-color: #727F50;
}
.BgClassName
{
background-color: #727F50;
}
</style>
border-color css
<style>
span { border-color: #727F50; }
span { border-color: rgb(114,127,80); }
td.TdClassName
{
border-color: #727F50;
}
.TagClassName
{
border-color: #727F50;
}
</style>