Shades of Finch #727251
Tints of Finch #727251
RGB
CMYK
RGB Variations
Color information
#727251 (or 0x727251) is known color: Finch. HEX triplet: 72, 72 and 51. RGB value is (114,114,81). Sum of RGB (Red+Green+Blue) = 114+114+81=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727251 is #8D8DAE. Grayscale: #6E6E6E. Windows color (decimal): -9276847 or 5337714. OLE color: 5337714.
HSL color Cylindrical-coordinate representation of color #727251: hue angle of 60º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #727251 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 114 | 81 | - |
CMYK | 0 | 0 | 0.29 | 0.55 |
HSL | 60º | 0.17% | 0.38% | - |
HSV(B) | 60º | 0.29% | 0.45% | - |
XYZ | 14.44 | 16.21 | 10.15 | - |
YUV | 110.24 | 111.5 | 130.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 114 | 81 | 0 | 0 | 0.29 | 0.55 | 60 | 0.17 | 0.38 |
Hex | 72 | 72 | 51 | 0 | 0 | 1D | 37 | 3C | 11 | 26 |
Octal | 162 | 162 | 121 | 0 | 0 | 35 | 67 | 74 | 21 | 46 |
Binary | 1110010 | 1110010 | 1010001 | 0 | 0 | 11101 | 110111 | 111100 | 10001 | 100110 |
Color Harmonies of #727251
Complementary color
Monochromatic Colors of #727251
Black with #727251
Text Example
Text Example
White with #727251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727251; }
p { color: rgb(114,114,81); }
H1.HeaderClassName
{
color: #727251;
}
.AnyTagClassName
{
color: #727251;
}
</style>
background-color css
<style>
a { background-color: #727251; }
a { background-color: rgb(114,114,81); }
div.DivClassName
{
background-color: #727251;
}
.BgClassName
{
background-color: #727251;
}
</style>
border-color css
<style>
span { border-color: #727251; }
span { border-color: rgb(114,114,81); }
td.TdClassName
{
border-color: #727251;
}
.TagClassName
{
border-color: #727251;
}
</style>