Shades of Finch #72755E
Tints of Finch #72755E
RGB
CMYK
RGB Variations
Color information
#72755E (or 0x72755E) is known color: Finch. HEX triplet: 72, 75 and 5E. RGB value is (114,117,94). Sum of RGB (Red+Green+Blue) = 114+117+94=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #72755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72755E is #8D8AA1. Grayscale: #717171. Windows color (decimal): -9276066 or 6190450. OLE color: 6190450.
HSL color Cylindrical-coordinate representation of color #72755E: hue angle of 67.83º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72755E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 94 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.54 |
| HSL | 67.83º | 0.11% | 0.41% | - |
| HSV(B) | 67.83º | 0.2% | 0.46% | - |
| XYZ | 15.32 | 17.11 | 13.08 | - |
| YUV | 113.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 94 | 0.03 | 0 | 0.20 | 0.54 | 67.83 | 0.11 | 0.41 |
| Hex | 72 | 75 | 5E | 3 | 0 | 14 | 36 | 44 | B | 29 |
| Octal | 162 | 165 | 136 | 3 | 0 | 24 | 66 | 104 | 13 | 51 |
| Binary | 1110010 | 1110101 | 1011110 | 11 | 0 | 10100 | 110110 | 1000100 | 1011 | 101001 |
Color Harmonies of #72755E
Complementary color
Monochromatic Colors of #72755E
Black with #72755E
Text Example
Text Example
White with #72755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72755E; }
p { color: rgb(114,117,94); }
H1.HeaderClassName
{
color: #72755E;
}
.AnyTagClassName
{
color: #72755E;
}
</style>
background-color css
<style>
a { background-color: #72755E; }
a { background-color: rgb(114,117,94); }
div.DivClassName
{
background-color: #72755E;
}
.BgClassName
{
background-color: #72755E;
}
</style>
border-color css
<style>
span { border-color: #72755E; }
span { border-color: rgb(114,117,94); }
td.TdClassName
{
border-color: #72755E;
}
.TagClassName
{
border-color: #72755E;
}
</style>