Shades of Finch #73785D
Tints of Finch #73785D
RGB
CMYK
RGB Variations
Color information
#73785D (or 0x73785D) is known color: Finch. HEX triplet: 73, 78 and 5D. RGB value is (115,120,93). Sum of RGB (Red+Green+Blue) = 115+120+93=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #73785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73785D is #8C87A2. Grayscale: #737373. Windows color (decimal): -9209763 or 6125683. OLE color: 6125683.
HSL color Cylindrical-coordinate representation of color #73785D: hue angle of 71.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73785D is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 93 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.53 |
| HSL | 71.11º | 0.13% | 0.42% | - |
| HSV(B) | 71.11º | 0.23% | 0.47% | - |
| XYZ | 15.76 | 17.87 | 12.97 | - |
| YUV | 115.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 93 | 0.04 | 0 | 0.22 | 0.53 | 71.11 | 0.13 | 0.42 |
| Hex | 73 | 78 | 5D | 4 | 0 | 16 | 35 | 47 | D | 2A |
| Octal | 163 | 170 | 135 | 4 | 0 | 26 | 65 | 107 | 15 | 52 |
| Binary | 1110011 | 1111000 | 1011101 | 100 | 0 | 10110 | 110101 | 1000111 | 1101 | 101010 |
Color Harmonies of #73785D
Complementary color
Monochromatic Colors of #73785D
Black with #73785D
Text Example
Text Example
White with #73785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73785D; }
p { color: rgb(115,120,93); }
H1.HeaderClassName
{
color: #73785D;
}
.AnyTagClassName
{
color: #73785D;
}
</style>
background-color css
<style>
a { background-color: #73785D; }
a { background-color: rgb(115,120,93); }
div.DivClassName
{
background-color: #73785D;
}
.BgClassName
{
background-color: #73785D;
}
</style>
border-color css
<style>
span { border-color: #73785D; }
span { border-color: rgb(115,120,93); }
td.TdClassName
{
border-color: #73785D;
}
.TagClassName
{
border-color: #73785D;
}
</style>