Shades of Finch #73744C
Tints of Finch #73744C
RGB
CMYK
RGB Variations
Color information
#73744C (or 0x73744C) is known color: Finch. HEX triplet: 73, 74 and 4C. RGB value is (115,116,76). Sum of RGB (Red+Green+Blue) = 115+116+76=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #73744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73744C is #8C8BB3. Grayscale: #6F6F6F. Windows color (decimal): -9210804 or 5010547. OLE color: 5010547.
HSL color Cylindrical-coordinate representation of color #73744C: hue angle of 61.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73744C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 76 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.55 |
| HSL | 61.5º | 0.21% | 0.38% | - |
| HSV(B) | 61.5º | 0.34% | 0.45% | - |
| XYZ | 14.62 | 16.66 | 9.28 | - |
| YUV | 111.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 76 | 0.01 | 0 | 0.34 | 0.55 | 61.5 | 0.21 | 0.38 |
| Hex | 73 | 74 | 4C | 1 | 0 | 22 | 37 | 3E | 15 | 26 |
| Octal | 163 | 164 | 114 | 1 | 0 | 42 | 67 | 76 | 25 | 46 |
| Binary | 1110011 | 1110100 | 1001100 | 1 | 0 | 100010 | 110111 | 111110 | 10101 | 100110 |
Color Harmonies of #73744C
Complementary color
Monochromatic Colors of #73744C
Black with #73744C
Text Example
Text Example
White with #73744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73744C; }
p { color: rgb(115,116,76); }
H1.HeaderClassName
{
color: #73744C;
}
.AnyTagClassName
{
color: #73744C;
}
</style>
background-color css
<style>
a { background-color: #73744C; }
a { background-color: rgb(115,116,76); }
div.DivClassName
{
background-color: #73744C;
}
.BgClassName
{
background-color: #73744C;
}
</style>
border-color css
<style>
span { border-color: #73744C; }
span { border-color: rgb(115,116,76); }
td.TdClassName
{
border-color: #73744C;
}
.TagClassName
{
border-color: #73744C;
}
</style>