Shades of Finch #72765F
Tints of Finch #72765F
RGB
CMYK
RGB Variations
Color information
#72765F (or 0x72765F) is known color: Finch. HEX triplet: 72, 76 and 5F. RGB value is (114,118,95). Sum of RGB (Red+Green+Blue) = 114+118+95=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #72765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72765F is #8D89A0. Grayscale: #727272. Windows color (decimal): -9275809 or 6256242. OLE color: 6256242.
HSL color Cylindrical-coordinate representation of color #72765F: hue angle of 70.43º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72765F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 95 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.54 |
| HSL | 70.43º | 0.11% | 0.42% | - |
| HSV(B) | 70.43º | 0.19% | 0.46% | - |
| XYZ | 15.48 | 17.36 | 13.36 | - |
| YUV | 114.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 95 | 0.03 | 0 | 0.19 | 0.54 | 70.43 | 0.11 | 0.42 |
| Hex | 72 | 76 | 5F | 3 | 0 | 13 | 36 | 46 | B | 2A |
| Octal | 162 | 166 | 137 | 3 | 0 | 23 | 66 | 106 | 13 | 52 |
| Binary | 1110010 | 1110110 | 1011111 | 11 | 0 | 10011 | 110110 | 1000110 | 1011 | 101010 |
Color Harmonies of #72765F
Complementary color
Monochromatic Colors of #72765F
Black with #72765F
Text Example
Text Example
White with #72765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72765F; }
p { color: rgb(114,118,95); }
H1.HeaderClassName
{
color: #72765F;
}
.AnyTagClassName
{
color: #72765F;
}
</style>
background-color css
<style>
a { background-color: #72765F; }
a { background-color: rgb(114,118,95); }
div.DivClassName
{
background-color: #72765F;
}
.BgClassName
{
background-color: #72765F;
}
</style>
border-color css
<style>
span { border-color: #72765F; }
span { border-color: rgb(114,118,95); }
td.TdClassName
{
border-color: #72765F;
}
.TagClassName
{
border-color: #72765F;
}
</style>