Shades of Finch #727368
Tints of Finch #727368
RGB
CMYK
RGB Variations
Color information
#727368 (or 0x727368) is known color: Finch. HEX triplet: 72, 73 and 68. RGB value is (114,115,104). Sum of RGB (Red+Green+Blue) = 114+115+104=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 115 - color contains mainly: green. Hex color #727368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727368 is #8D8C97. Grayscale: #717171. Windows color (decimal): -9276568 or 6845298. OLE color: 6845298.
HSL color Cylindrical-coordinate representation of color #727368: hue angle of 65.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #727368 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 104 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.55 |
| HSL | 65.45º | 0.05% | 0.43% | - |
| HSV(B) | 65.45º | 0.1% | 0.45% | - |
| XYZ | 15.57 | 16.84 | 15.53 | - |
| YUV | 113.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 104 | 0.01 | 0 | 0.10 | 0.55 | 65.45 | 0.05 | 0.43 |
| Hex | 72 | 73 | 68 | 1 | 0 | A | 37 | 41 | 5 | 2B |
| Octal | 162 | 163 | 150 | 1 | 0 | 12 | 67 | 101 | 5 | 53 |
| Binary | 1110010 | 1110011 | 1101000 | 1 | 0 | 1010 | 110111 | 1000001 | 101 | 101011 |
Color Harmonies of #727368
Complementary color
Monochromatic Colors of #727368
Black with #727368
Text Example
Text Example
White with #727368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727368; }
p { color: rgb(114,115,104); }
H1.HeaderClassName
{
color: #727368;
}
.AnyTagClassName
{
color: #727368;
}
</style>
background-color css
<style>
a { background-color: #727368; }
a { background-color: rgb(114,115,104); }
div.DivClassName
{
background-color: #727368;
}
.BgClassName
{
background-color: #727368;
}
</style>
border-color css
<style>
span { border-color: #727368; }
span { border-color: rgb(114,115,104); }
td.TdClassName
{
border-color: #727368;
}
.TagClassName
{
border-color: #727368;
}
</style>