Shades of Finch #72754C
Tints of Finch #72754C
RGB
CMYK
RGB Variations
Color information
#72754C (or 0x72754C) is known color: Finch. HEX triplet: 72, 75 and 4C. RGB value is (114,117,76). Sum of RGB (Red+Green+Blue) = 114+117+76=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #72754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72754C is #8D8AB3. Grayscale: #6F6F6F. Windows color (decimal): -9276084 or 5010802. OLE color: 5010802.
HSL color Cylindrical-coordinate representation of color #72754C: hue angle of 64.39º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72754C is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 76 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.54 |
| HSL | 64.39º | 0.21% | 0.38% | - |
| HSV(B) | 64.39º | 0.35% | 0.46% | - |
| XYZ | 14.61 | 16.82 | 9.31 | - |
| YUV | 111.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 76 | 0.03 | 0 | 0.35 | 0.54 | 64.39 | 0.21 | 0.38 |
| Hex | 72 | 75 | 4C | 3 | 0 | 23 | 36 | 40 | 15 | 26 |
| Octal | 162 | 165 | 114 | 3 | 0 | 43 | 66 | 100 | 25 | 46 |
| Binary | 1110010 | 1110101 | 1001100 | 11 | 0 | 100011 | 110110 | 1000000 | 10101 | 100110 |
Color Harmonies of #72754C
Complementary color
Monochromatic Colors of #72754C
Black with #72754C
Text Example
Text Example
White with #72754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72754C; }
p { color: rgb(114,117,76); }
H1.HeaderClassName
{
color: #72754C;
}
.AnyTagClassName
{
color: #72754C;
}
</style>
background-color css
<style>
a { background-color: #72754C; }
a { background-color: rgb(114,117,76); }
div.DivClassName
{
background-color: #72754C;
}
.BgClassName
{
background-color: #72754C;
}
</style>
border-color css
<style>
span { border-color: #72754C; }
span { border-color: rgb(114,117,76); }
td.TdClassName
{
border-color: #72754C;
}
.TagClassName
{
border-color: #72754C;
}
</style>