Shades of Finch #72754F
Tints of Finch #72754F
RGB
CMYK
RGB Variations
Color information
#72754F (or 0x72754F) is known color: Finch. HEX triplet: 72, 75 and 4F. RGB value is (114,117,79). Sum of RGB (Red+Green+Blue) = 114+117+79=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #72754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72754F is #8D8AB0. Grayscale: #6F6F6F. Windows color (decimal): -9276081 or 5207410. OLE color: 5207410.
HSL color Cylindrical-coordinate representation of color #72754F: hue angle of 64.74º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72754F is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 79 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.54 |
| HSL | 64.74º | 0.19% | 0.38% | - |
| HSV(B) | 64.74º | 0.32% | 0.46% | - |
| XYZ | 14.71 | 16.86 | 9.88 | - |
| YUV | 111.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 79 | 0.03 | 0 | 0.32 | 0.54 | 64.74 | 0.19 | 0.38 |
| Hex | 72 | 75 | 4F | 3 | 0 | 20 | 36 | 41 | 13 | 26 |
| Octal | 162 | 165 | 117 | 3 | 0 | 40 | 66 | 101 | 23 | 46 |
| Binary | 1110010 | 1110101 | 1001111 | 11 | 0 | 100000 | 110110 | 1000001 | 10011 | 100110 |
Color Harmonies of #72754F
Complementary color
Monochromatic Colors of #72754F
Black with #72754F
Text Example
Text Example
White with #72754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72754F; }
p { color: rgb(114,117,79); }
H1.HeaderClassName
{
color: #72754F;
}
.AnyTagClassName
{
color: #72754F;
}
</style>
background-color css
<style>
a { background-color: #72754F; }
a { background-color: rgb(114,117,79); }
div.DivClassName
{
background-color: #72754F;
}
.BgClassName
{
background-color: #72754F;
}
</style>
border-color css
<style>
span { border-color: #72754F; }
span { border-color: rgb(114,117,79); }
td.TdClassName
{
border-color: #72754F;
}
.TagClassName
{
border-color: #72754F;
}
</style>