Shades of Finch #73755A
Tints of Finch #73755A
RGB
CMYK
RGB Variations
Color information
#73755A (or 0x73755A) is known color: Finch. HEX triplet: 73, 75 and 5A. RGB value is (115,117,90). Sum of RGB (Red+Green+Blue) = 115+117+90=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #73755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73755A is #8C8AA5. Grayscale: #717171. Windows color (decimal): -9210534 or 5928307. OLE color: 5928307.
HSL color Cylindrical-coordinate representation of color #73755A: hue angle of 64.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73755A is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 90 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.54 |
| HSL | 64.44º | 0.13% | 0.41% | - |
| HSV(B) | 64.44º | 0.23% | 0.46% | - |
| XYZ | 15.28 | 17.11 | 12.17 | - |
| YUV | 113.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 90 | 0.02 | 0 | 0.23 | 0.54 | 64.44 | 0.13 | 0.41 |
| Hex | 73 | 75 | 5A | 2 | 0 | 17 | 36 | 40 | D | 29 |
| Octal | 163 | 165 | 132 | 2 | 0 | 27 | 66 | 100 | 15 | 51 |
| Binary | 1110011 | 1110101 | 1011010 | 10 | 0 | 10111 | 110110 | 1000000 | 1101 | 101001 |
Color Harmonies of #73755A
Complementary color
Monochromatic Colors of #73755A
Black with #73755A
Text Example
Text Example
White with #73755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73755A; }
p { color: rgb(115,117,90); }
H1.HeaderClassName
{
color: #73755A;
}
.AnyTagClassName
{
color: #73755A;
}
</style>
background-color css
<style>
a { background-color: #73755A; }
a { background-color: rgb(115,117,90); }
div.DivClassName
{
background-color: #73755A;
}
.BgClassName
{
background-color: #73755A;
}
</style>
border-color css
<style>
span { border-color: #73755A; }
span { border-color: rgb(115,117,90); }
td.TdClassName
{
border-color: #73755A;
}
.TagClassName
{
border-color: #73755A;
}
</style>