Shades of Finch #73745E
Tints of Finch #73745E
RGB
CMYK
RGB Variations
Color information
#73745E (or 0x73745E) is known color: Finch. HEX triplet: 73, 74 and 5E. RGB value is (115,116,94). Sum of RGB (Red+Green+Blue) = 115+116+94=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #73745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73745E is #8C8BA1. Grayscale: #717171. Windows color (decimal): -9210786 or 6190195. OLE color: 6190195.
HSL color Cylindrical-coordinate representation of color #73745E: hue angle of 62.73º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73745E is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 94 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.55 |
| HSL | 62.73º | 0.1% | 0.41% | - |
| HSV(B) | 62.73º | 0.19% | 0.45% | - |
| XYZ | 15.34 | 16.94 | 13.05 | - |
| YUV | 113.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 94 | 0.01 | 0 | 0.19 | 0.55 | 62.73 | 0.1 | 0.41 |
| Hex | 73 | 74 | 5E | 1 | 0 | 13 | 37 | 3F | A | 29 |
| Octal | 163 | 164 | 136 | 1 | 0 | 23 | 67 | 77 | 12 | 51 |
| Binary | 1110011 | 1110100 | 1011110 | 1 | 0 | 10011 | 110111 | 111111 | 1010 | 101001 |
Color Harmonies of #73745E
Complementary color
Monochromatic Colors of #73745E
Black with #73745E
Text Example
Text Example
White with #73745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73745E; }
p { color: rgb(115,116,94); }
H1.HeaderClassName
{
color: #73745E;
}
.AnyTagClassName
{
color: #73745E;
}
</style>
background-color css
<style>
a { background-color: #73745E; }
a { background-color: rgb(115,116,94); }
div.DivClassName
{
background-color: #73745E;
}
.BgClassName
{
background-color: #73745E;
}
</style>
border-color css
<style>
span { border-color: #73745E; }
span { border-color: rgb(115,116,94); }
td.TdClassName
{
border-color: #73745E;
}
.TagClassName
{
border-color: #73745E;
}
</style>