Shades of Finch #72774D
Tints of Finch #72774D
RGB
CMYK
RGB Variations
Color information
#72774D (or 0x72774D) is known color: Finch. HEX triplet: 72, 77 and 4D. RGB value is (114,119,77). Sum of RGB (Red+Green+Blue) = 114+119+77=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #72774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72774D is #8D88B2. Grayscale: #707070. Windows color (decimal): -9275571 or 5076850. OLE color: 5076850.
HSL color Cylindrical-coordinate representation of color #72774D: hue angle of 67.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72774D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 119 | 77 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.53 |
| HSL | 67.14º | 0.21% | 0.38% | - |
| HSV(B) | 67.14º | 0.35% | 0.47% | - |
| XYZ | 14.88 | 17.31 | 9.58 | - |
| YUV | 112.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 77 | 0.04 | 0 | 0.35 | 0.53 | 67.14 | 0.21 | 0.38 |
| Hex | 72 | 77 | 4D | 4 | 0 | 23 | 35 | 43 | 15 | 26 |
| Octal | 162 | 167 | 115 | 4 | 0 | 43 | 65 | 103 | 25 | 46 |
| Binary | 1110010 | 1110111 | 1001101 | 100 | 0 | 100011 | 110101 | 1000011 | 10101 | 100110 |
Color Harmonies of #72774D
Complementary color
Monochromatic Colors of #72774D
Black with #72774D
Text Example
Text Example
White with #72774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72774D; }
p { color: rgb(114,119,77); }
H1.HeaderClassName
{
color: #72774D;
}
.AnyTagClassName
{
color: #72774D;
}
</style>
background-color css
<style>
a { background-color: #72774D; }
a { background-color: rgb(114,119,77); }
div.DivClassName
{
background-color: #72774D;
}
.BgClassName
{
background-color: #72774D;
}
</style>
border-color css
<style>
span { border-color: #72774D; }
span { border-color: rgb(114,119,77); }
td.TdClassName
{
border-color: #72774D;
}
.TagClassName
{
border-color: #72774D;
}
</style>