Shades of Finch #73785C
Tints of Finch #73785C
RGB
CMYK
RGB Variations
Color information
#73785C (or 0x73785C) is known color: Finch. HEX triplet: 73, 78 and 5C. RGB value is (115,120,92). Sum of RGB (Red+Green+Blue) = 115+120+92=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #73785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73785C is #8C87A3. Grayscale: #737373. Windows color (decimal): -9209764 or 6060147. OLE color: 6060147.
HSL color Cylindrical-coordinate representation of color #73785C: hue angle of 70.71º 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 #73785C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 92 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.53 |
| HSL | 70.71º | 0.13% | 0.42% | - |
| HSV(B) | 70.71º | 0.23% | 0.47% | - |
| XYZ | 15.72 | 17.85 | 12.74 | - |
| YUV | 115.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 92 | 0.04 | 0 | 0.23 | 0.53 | 70.71 | 0.13 | 0.42 |
| Hex | 73 | 78 | 5C | 4 | 0 | 17 | 35 | 47 | D | 2A |
| Octal | 163 | 170 | 134 | 4 | 0 | 27 | 65 | 107 | 15 | 52 |
| Binary | 1110011 | 1111000 | 1011100 | 100 | 0 | 10111 | 110101 | 1000111 | 1101 | 101010 |
Color Harmonies of #73785C
Complementary color
Monochromatic Colors of #73785C
Black with #73785C
Text Example
Text Example
White with #73785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73785C; }
p { color: rgb(115,120,92); }
H1.HeaderClassName
{
color: #73785C;
}
.AnyTagClassName
{
color: #73785C;
}
</style>
background-color css
<style>
a { background-color: #73785C; }
a { background-color: rgb(115,120,92); }
div.DivClassName
{
background-color: #73785C;
}
.BgClassName
{
background-color: #73785C;
}
</style>
border-color css
<style>
span { border-color: #73785C; }
span { border-color: rgb(115,120,92); }
td.TdClassName
{
border-color: #73785C;
}
.TagClassName
{
border-color: #73785C;
}
</style>