Shades of Finch #73745C
Tints of Finch #73745C
RGB
CMYK
RGB Variations
Color information
#73745C (or 0x73745C) is known color: Finch. HEX triplet: 73, 74 and 5C. RGB value is (115,116,92). Sum of RGB (Red+Green+Blue) = 115+116+92=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #73745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73745C is #8C8BA3. Grayscale: #717171. Windows color (decimal): -9210788 or 6059123. OLE color: 6059123.
HSL color Cylindrical-coordinate representation of color #73745C: hue angle of 62.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73745C is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 92 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.55 |
| HSL | 62.5º | 0.12% | 0.41% | - |
| HSV(B) | 62.5º | 0.21% | 0.45% | - |
| XYZ | 15.25 | 16.91 | 12.59 | - |
| YUV | 112.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 92 | 0.01 | 0 | 0.21 | 0.55 | 62.5 | 0.12 | 0.41 |
| Hex | 73 | 74 | 5C | 1 | 0 | 15 | 37 | 3F | C | 29 |
| Octal | 163 | 164 | 134 | 1 | 0 | 25 | 67 | 77 | 14 | 51 |
| Binary | 1110011 | 1110100 | 1011100 | 1 | 0 | 10101 | 110111 | 111111 | 1100 | 101001 |
Color Harmonies of #73745C
Complementary color
Monochromatic Colors of #73745C
Black with #73745C
Text Example
Text Example
White with #73745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73745C; }
p { color: rgb(115,116,92); }
H1.HeaderClassName
{
color: #73745C;
}
.AnyTagClassName
{
color: #73745C;
}
</style>
background-color css
<style>
a { background-color: #73745C; }
a { background-color: rgb(115,116,92); }
div.DivClassName
{
background-color: #73745C;
}
.BgClassName
{
background-color: #73745C;
}
</style>
border-color css
<style>
span { border-color: #73745C; }
span { border-color: rgb(115,116,92); }
td.TdClassName
{
border-color: #73745C;
}
.TagClassName
{
border-color: #73745C;
}
</style>