Shades of Finch #72755F
Tints of Finch #72755F
RGB
CMYK
RGB Variations
Color information
#72755F (or 0x72755F) is known color: Finch. HEX triplet: 72, 75 and 5F. RGB value is (114,117,95). Sum of RGB (Red+Green+Blue) = 114+117+95=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #72755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72755F is #8D8AA0. Grayscale: #717171. Windows color (decimal): -9276065 or 6255986. OLE color: 6255986.
HSL color Cylindrical-coordinate representation of color #72755F: hue angle of 68.18º degrees, saturation: 0.1, 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 #72755F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 95 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.54 |
| HSL | 68.18º | 0.1% | 0.42% | - |
| HSV(B) | 68.18º | 0.19% | 0.46% | - |
| XYZ | 15.37 | 17.13 | 13.32 | - |
| YUV | 113.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 95 | 0.03 | 0 | 0.19 | 0.54 | 68.18 | 0.1 | 0.42 |
| Hex | 72 | 75 | 5F | 3 | 0 | 13 | 36 | 44 | A | 2A |
| Octal | 162 | 165 | 137 | 3 | 0 | 23 | 66 | 104 | 12 | 52 |
| Binary | 1110010 | 1110101 | 1011111 | 11 | 0 | 10011 | 110110 | 1000100 | 1010 | 101010 |
Color Harmonies of #72755F
Complementary color
Monochromatic Colors of #72755F
Black with #72755F
Text Example
Text Example
White with #72755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72755F; }
p { color: rgb(114,117,95); }
H1.HeaderClassName
{
color: #72755F;
}
.AnyTagClassName
{
color: #72755F;
}
</style>
background-color css
<style>
a { background-color: #72755F; }
a { background-color: rgb(114,117,95); }
div.DivClassName
{
background-color: #72755F;
}
.BgClassName
{
background-color: #72755F;
}
</style>
border-color css
<style>
span { border-color: #72755F; }
span { border-color: rgb(114,117,95); }
td.TdClassName
{
border-color: #72755F;
}
.TagClassName
{
border-color: #72755F;
}
</style>