Shades of Finch #73755F
Tints of Finch #73755F
RGB
CMYK
RGB Variations
Color information
#73755F (or 0x73755F) is known color: Finch. HEX triplet: 73, 75 and 5F. RGB value is (115,117,95). Sum of RGB (Red+Green+Blue) = 115+117+95=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #73755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73755F is #8C8AA0. Grayscale: #717171. Windows color (decimal): -9210529 or 6255987. OLE color: 6255987.
HSL color Cylindrical-coordinate representation of color #73755F: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73755F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 95 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.54 |
| HSL | 65.45º | 0.1% | 0.42% | - |
| HSV(B) | 65.45º | 0.19% | 0.46% | - |
| XYZ | 15.5 | 17.19 | 13.33 | - |
| YUV | 113.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 95 | 0.02 | 0 | 0.19 | 0.54 | 65.45 | 0.1 | 0.42 |
| Hex | 73 | 75 | 5F | 2 | 0 | 13 | 36 | 41 | A | 2A |
| Octal | 163 | 165 | 137 | 2 | 0 | 23 | 66 | 101 | 12 | 52 |
| Binary | 1110011 | 1110101 | 1011111 | 10 | 0 | 10011 | 110110 | 1000001 | 1010 | 101010 |
Color Harmonies of #73755F
Complementary color
Monochromatic Colors of #73755F
Black with #73755F
Text Example
Text Example
White with #73755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73755F; }
p { color: rgb(115,117,95); }
H1.HeaderClassName
{
color: #73755F;
}
.AnyTagClassName
{
color: #73755F;
}
</style>
background-color css
<style>
a { background-color: #73755F; }
a { background-color: rgb(115,117,95); }
div.DivClassName
{
background-color: #73755F;
}
.BgClassName
{
background-color: #73755F;
}
</style>
border-color css
<style>
span { border-color: #73755F; }
span { border-color: rgb(115,117,95); }
td.TdClassName
{
border-color: #73755F;
}
.TagClassName
{
border-color: #73755F;
}
</style>