Shades of Finch #727753
Tints of Finch #727753
RGB
CMYK
RGB Variations
Color information
#727753 (or 0x727753) is known color: Finch. HEX triplet: 72, 77 and 53. RGB value is (114,119,83). Sum of RGB (Red+Green+Blue) = 114+119+83=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #727753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727753 is #8D88AC. Grayscale: #717171. Windows color (decimal): -9275565 or 5470066. OLE color: 5470066.
HSL color Cylindrical-coordinate representation of color #727753: hue angle of 68.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727753 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 119 | 83 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.53 |
| HSL | 68.33º | 0.18% | 0.4% | - |
| HSV(B) | 68.33º | 0.3% | 0.47% | - |
| XYZ | 15.1 | 17.4 | 10.75 | - |
| YUV | 113.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 83 | 0.04 | 0 | 0.30 | 0.53 | 68.33 | 0.18 | 0.4 |
| Hex | 72 | 77 | 53 | 4 | 0 | 1E | 35 | 44 | 12 | 28 |
| Octal | 162 | 167 | 123 | 4 | 0 | 36 | 65 | 104 | 22 | 50 |
| Binary | 1110010 | 1110111 | 1010011 | 100 | 0 | 11110 | 110101 | 1000100 | 10010 | 101000 |
Color Harmonies of #727753
Complementary color
Monochromatic Colors of #727753
Black with #727753
Text Example
Text Example
White with #727753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727753; }
p { color: rgb(114,119,83); }
H1.HeaderClassName
{
color: #727753;
}
.AnyTagClassName
{
color: #727753;
}
</style>
background-color css
<style>
a { background-color: #727753; }
a { background-color: rgb(114,119,83); }
div.DivClassName
{
background-color: #727753;
}
.BgClassName
{
background-color: #727753;
}
</style>
border-color css
<style>
span { border-color: #727753; }
span { border-color: rgb(114,119,83); }
td.TdClassName
{
border-color: #727753;
}
.TagClassName
{
border-color: #727753;
}
</style>