Shades of Finch #727355
Tints of Finch #727355
RGB
CMYK
RGB Variations
Color information
#727355 (or 0x727355) is known color: Finch. HEX triplet: 72, 73 and 55. RGB value is (114,115,85). Sum of RGB (Red+Green+Blue) = 114+115+85=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #727355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727355 is #8D8CAA. Grayscale: #6F6F6F. Windows color (decimal): -9276587 or 5600114. OLE color: 5600114.
HSL color Cylindrical-coordinate representation of color #727355: hue angle of 62º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727355 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 85 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.55 |
| HSL | 62º | 0.15% | 0.39% | - |
| HSV(B) | 62º | 0.26% | 0.45% | - |
| XYZ | 14.71 | 16.49 | 11 | - |
| YUV | 111.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 85 | 0.01 | 0 | 0.26 | 0.55 | 62 | 0.15 | 0.39 |
| Hex | 72 | 73 | 55 | 1 | 0 | 1A | 37 | 3E | F | 27 |
| Octal | 162 | 163 | 125 | 1 | 0 | 32 | 67 | 76 | 17 | 47 |
| Binary | 1110010 | 1110011 | 1010101 | 1 | 0 | 11010 | 110111 | 111110 | 1111 | 100111 |
Color Harmonies of #727355
Complementary color
Monochromatic Colors of #727355
Black with #727355
Text Example
Text Example
White with #727355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727355; }
p { color: rgb(114,115,85); }
H1.HeaderClassName
{
color: #727355;
}
.AnyTagClassName
{
color: #727355;
}
</style>
background-color css
<style>
a { background-color: #727355; }
a { background-color: rgb(114,115,85); }
div.DivClassName
{
background-color: #727355;
}
.BgClassName
{
background-color: #727355;
}
</style>
border-color css
<style>
span { border-color: #727355; }
span { border-color: rgb(114,115,85); }
td.TdClassName
{
border-color: #727355;
}
.TagClassName
{
border-color: #727355;
}
</style>