Shades of Finch #72744E
Tints of Finch #72744E
RGB
CMYK
RGB Variations
Color information
#72744E (or 0x72744E) is known color: Finch. HEX triplet: 72, 74 and 4E. RGB value is (114,116,78). Sum of RGB (Red+Green+Blue) = 114+116+78=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #72744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72744E is #8D8BB1. Grayscale: #6F6F6F. Windows color (decimal): -9276338 or 5141618. OLE color: 5141618.
HSL color Cylindrical-coordinate representation of color #72744E: hue angle of 63.16º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72744E is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 116 | 78 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.55 |
| HSL | 63.16º | 0.2% | 0.38% | - |
| HSV(B) | 63.16º | 0.33% | 0.45% | - |
| XYZ | 14.56 | 16.62 | 9.65 | - |
| YUV | 111.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 78 | 0.02 | 0 | 0.33 | 0.55 | 63.16 | 0.2 | 0.38 |
| Hex | 72 | 74 | 4E | 2 | 0 | 21 | 37 | 3F | 14 | 26 |
| Octal | 162 | 164 | 116 | 2 | 0 | 41 | 67 | 77 | 24 | 46 |
| Binary | 1110010 | 1110100 | 1001110 | 10 | 0 | 100001 | 110111 | 111111 | 10100 | 100110 |
Color Harmonies of #72744E
Complementary color
Monochromatic Colors of #72744E
Black with #72744E
Text Example
Text Example
White with #72744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72744E; }
p { color: rgb(114,116,78); }
H1.HeaderClassName
{
color: #72744E;
}
.AnyTagClassName
{
color: #72744E;
}
</style>
background-color css
<style>
a { background-color: #72744E; }
a { background-color: rgb(114,116,78); }
div.DivClassName
{
background-color: #72744E;
}
.BgClassName
{
background-color: #72744E;
}
</style>
border-color css
<style>
span { border-color: #72744E; }
span { border-color: rgb(114,116,78); }
td.TdClassName
{
border-color: #72744E;
}
.TagClassName
{
border-color: #72744E;
}
</style>