Shades of Finch #727464
Tints of Finch #727464
RGB
CMYK
RGB Variations
Color information
#727464 (or 0x727464) is known color: Finch. HEX triplet: 72, 74 and 64. RGB value is (114,116,100). Sum of RGB (Red+Green+Blue) = 114+116+100=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 116 - color contains mainly: green. Hex color #727464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727464 is #8D8B9B. Grayscale: #717171. Windows color (decimal): -9276316 or 6583410. OLE color: 6583410.
HSL color Cylindrical-coordinate representation of color #727464: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727464 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 116 | 100 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.55 |
| HSL | 67.5º | 0.07% | 0.42% | - |
| HSV(B) | 67.5º | 0.14% | 0.45% | - |
| XYZ | 15.49 | 16.99 | 14.52 | - |
| YUV | 113.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 100 | 0.02 | 0 | 0.14 | 0.55 | 67.5 | 0.07 | 0.42 |
| Hex | 72 | 74 | 64 | 2 | 0 | E | 37 | 44 | 7 | 2A |
| Octal | 162 | 164 | 144 | 2 | 0 | 16 | 67 | 104 | 7 | 52 |
| Binary | 1110010 | 1110100 | 1100100 | 10 | 0 | 1110 | 110111 | 1000100 | 111 | 101010 |
Color Harmonies of #727464
Complementary color
Monochromatic Colors of #727464
Black with #727464
Text Example
Text Example
White with #727464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727464; }
p { color: rgb(114,116,100); }
H1.HeaderClassName
{
color: #727464;
}
.AnyTagClassName
{
color: #727464;
}
</style>
background-color css
<style>
a { background-color: #727464; }
a { background-color: rgb(114,116,100); }
div.DivClassName
{
background-color: #727464;
}
.BgClassName
{
background-color: #727464;
}
</style>
border-color css
<style>
span { border-color: #727464; }
span { border-color: rgb(114,116,100); }
td.TdClassName
{
border-color: #727464;
}
.TagClassName
{
border-color: #727464;
}
</style>