Shades of Finch #727A50
Tints of Finch #727A50
RGB
CMYK
RGB Variations
Color information
#727A50 (or 0x727A50) is known color: Finch. HEX triplet: 72, 7A and 50. RGB value is (114,122,80). Sum of RGB (Red+Green+Blue) = 114+122+80=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #727A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A50 is #8D85AF. Grayscale: #727272. Windows color (decimal): -9274800 or 5274226. OLE color: 5274226.
HSL color Cylindrical-coordinate representation of color #727A50: hue angle of 71.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #727A50 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 80 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.52 |
| HSL | 71.43º | 0.21% | 0.4% | - |
| HSV(B) | 71.43º | 0.34% | 0.48% | - |
| XYZ | 15.35 | 18.08 | 10.27 | - |
| YUV | 114.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 80 | 0.07 | 0 | 0.34 | 0.52 | 71.43 | 0.21 | 0.4 |
| Hex | 72 | 7A | 50 | 7 | 0 | 22 | 34 | 47 | 15 | 28 |
| Octal | 162 | 172 | 120 | 7 | 0 | 42 | 64 | 107 | 25 | 50 |
| Binary | 1110010 | 1111010 | 1010000 | 111 | 0 | 100010 | 110100 | 1000111 | 10101 | 101000 |
Color Harmonies of #727A50
Complementary color
Monochromatic Colors of #727A50
Black with #727A50
Text Example
Text Example
White with #727A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A50; }
p { color: rgb(114,122,80); }
H1.HeaderClassName
{
color: #727A50;
}
.AnyTagClassName
{
color: #727A50;
}
</style>
background-color css
<style>
a { background-color: #727A50; }
a { background-color: rgb(114,122,80); }
div.DivClassName
{
background-color: #727A50;
}
.BgClassName
{
background-color: #727A50;
}
</style>
border-color css
<style>
span { border-color: #727A50; }
span { border-color: rgb(114,122,80); }
td.TdClassName
{
border-color: #727A50;
}
.TagClassName
{
border-color: #727A50;
}
</style>