Shades of Finch #727C45
Tints of Finch #727C45
RGB
CMYK
RGB Variations
Color information
#727C45 (or 0x727C45) is known color: Finch. HEX triplet: 72, 7C and 45. RGB value is (114,124,69). Sum of RGB (Red+Green+Blue) = 114+124+69=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #727C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C45 is #8D83BA. Grayscale: #727272. Windows color (decimal): -9274299 or 4553842. OLE color: 4553842.
HSL color Cylindrical-coordinate representation of color #727C45: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727C45 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 69 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.51 |
| HSL | 70.91º | 0.28% | 0.38% | - |
| HSV(B) | 70.91º | 0.44% | 0.49% | - |
| XYZ | 15.22 | 18.42 | 8.38 | - |
| YUV | 114.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 69 | 0.08 | 0 | 0.44 | 0.51 | 70.91 | 0.28 | 0.38 |
| Hex | 72 | 7C | 45 | 8 | 0 | 2C | 33 | 47 | 1C | 26 |
| Octal | 162 | 174 | 105 | 10 | 0 | 54 | 63 | 107 | 34 | 46 |
| Binary | 1110010 | 1111100 | 1000101 | 1000 | 0 | 101100 | 110011 | 1000111 | 11100 | 100110 |
Color Harmonies of #727C45
Complementary color
Monochromatic Colors of #727C45
Black with #727C45
Text Example
Text Example
White with #727C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C45; }
p { color: rgb(114,124,69); }
H1.HeaderClassName
{
color: #727C45;
}
.AnyTagClassName
{
color: #727C45;
}
</style>
background-color css
<style>
a { background-color: #727C45; }
a { background-color: rgb(114,124,69); }
div.DivClassName
{
background-color: #727C45;
}
.BgClassName
{
background-color: #727C45;
}
</style>
border-color css
<style>
span { border-color: #727C45; }
span { border-color: rgb(114,124,69); }
td.TdClassName
{
border-color: #727C45;
}
.TagClassName
{
border-color: #727C45;
}
</style>