Shades of Finch #727263
Tints of Finch #727263
RGB
CMYK
RGB Variations
Color information
#727263 (or 0x727263) is known color: Finch. HEX triplet: 72, 72 and 63. RGB value is (114,114,99). Sum of RGB (Red+Green+Blue) = 114+114+99=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727263 is #8D8D9C. Grayscale: #707070. Windows color (decimal): -9276829 or 6517362. OLE color: 6517362.
HSL color Cylindrical-coordinate representation of color #727263: hue angle of 60º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #727263 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 114 | 99 | - |
| CMYK | 0 | 0 | 0.13 | 0.55 |
| HSL | 60º | 0.07% | 0.42% | - |
| HSV(B) | 60º | 0.13% | 0.45% | - |
| XYZ | 15.21 | 16.51 | 14.19 | - |
| YUV | 112.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 99 | 0 | 0 | 0.13 | 0.55 | 60 | 0.07 | 0.42 |
| Hex | 72 | 72 | 63 | 0 | 0 | D | 37 | 3C | 7 | 2A |
| Octal | 162 | 162 | 143 | 0 | 0 | 15 | 67 | 74 | 7 | 52 |
| Binary | 1110010 | 1110010 | 1100011 | 0 | 0 | 1101 | 110111 | 111100 | 111 | 101010 |
Color Harmonies of #727263
Complementary color
Monochromatic Colors of #727263
Black with #727263
Text Example
Text Example
White with #727263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727263; }
p { color: rgb(114,114,99); }
H1.HeaderClassName
{
color: #727263;
}
.AnyTagClassName
{
color: #727263;
}
</style>
background-color css
<style>
a { background-color: #727263; }
a { background-color: rgb(114,114,99); }
div.DivClassName
{
background-color: #727263;
}
.BgClassName
{
background-color: #727263;
}
</style>
border-color css
<style>
span { border-color: #727263; }
span { border-color: rgb(114,114,99); }
td.TdClassName
{
border-color: #727263;
}
.TagClassName
{
border-color: #727263;
}
</style>