Shades of Finch #73785F
Tints of Finch #73785F
RGB
CMYK
RGB Variations
Color information
#73785F (or 0x73785F) is known color: Finch. HEX triplet: 73, 78 and 5F. RGB value is (115,120,95). Sum of RGB (Red+Green+Blue) = 115+120+95=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #73785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73785F is #8C87A0. Grayscale: #737373. Windows color (decimal): -9209761 or 6256755. OLE color: 6256755.
HSL color Cylindrical-coordinate representation of color #73785F: hue angle of 72º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73785F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 95 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.53 |
| HSL | 72º | 0.12% | 0.42% | - |
| HSV(B) | 72º | 0.21% | 0.47% | - |
| XYZ | 15.85 | 17.9 | 13.45 | - |
| YUV | 115.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 95 | 0.04 | 0 | 0.21 | 0.53 | 72 | 0.12 | 0.42 |
| Hex | 73 | 78 | 5F | 4 | 0 | 15 | 35 | 48 | C | 2A |
| Octal | 163 | 170 | 137 | 4 | 0 | 25 | 65 | 110 | 14 | 52 |
| Binary | 1110011 | 1111000 | 1011111 | 100 | 0 | 10101 | 110101 | 1001000 | 1100 | 101010 |
Color Harmonies of #73785F
Complementary color
Monochromatic Colors of #73785F
Black with #73785F
Text Example
Text Example
White with #73785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73785F; }
p { color: rgb(115,120,95); }
H1.HeaderClassName
{
color: #73785F;
}
.AnyTagClassName
{
color: #73785F;
}
</style>
background-color css
<style>
a { background-color: #73785F; }
a { background-color: rgb(115,120,95); }
div.DivClassName
{
background-color: #73785F;
}
.BgClassName
{
background-color: #73785F;
}
</style>
border-color css
<style>
span { border-color: #73785F; }
span { border-color: rgb(115,120,95); }
td.TdClassName
{
border-color: #73785F;
}
.TagClassName
{
border-color: #73785F;
}
</style>