Shades of Finch #727B56
Tints of Finch #727B56
RGB
CMYK
RGB Variations
Color information
#727B56 (or 0x727B56) is known color: Finch. HEX triplet: 72, 7B and 56. RGB value is (114,123,86). Sum of RGB (Red+Green+Blue) = 114+123+86=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #727B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B56 is #8D84A9. Grayscale: #747474. Windows color (decimal): -9274538 or 5667698. OLE color: 5667698.
HSL color Cylindrical-coordinate representation of color #727B56: hue angle of 74.59º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727B56 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 123 | 86 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.52 |
| HSL | 74.59º | 0.18% | 0.41% | - |
| HSV(B) | 74.59º | 0.3% | 0.48% | - |
| XYZ | 15.7 | 18.42 | 11.53 | - |
| YUV | 116.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 86 | 0.07 | 0 | 0.30 | 0.52 | 74.59 | 0.18 | 0.41 |
| Hex | 72 | 7B | 56 | 7 | 0 | 1E | 34 | 4B | 12 | 29 |
| Octal | 162 | 173 | 126 | 7 | 0 | 36 | 64 | 113 | 22 | 51 |
| Binary | 1110010 | 1111011 | 1010110 | 111 | 0 | 11110 | 110100 | 1001011 | 10010 | 101001 |
Color Harmonies of #727B56
Complementary color
Monochromatic Colors of #727B56
Black with #727B56
Text Example
Text Example
White with #727B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B56; }
p { color: rgb(114,123,86); }
H1.HeaderClassName
{
color: #727B56;
}
.AnyTagClassName
{
color: #727B56;
}
</style>
background-color css
<style>
a { background-color: #727B56; }
a { background-color: rgb(114,123,86); }
div.DivClassName
{
background-color: #727B56;
}
.BgClassName
{
background-color: #727B56;
}
</style>
border-color css
<style>
span { border-color: #727B56; }
span { border-color: rgb(114,123,86); }
td.TdClassName
{
border-color: #727B56;
}
.TagClassName
{
border-color: #727B56;
}
</style>