Shades of Finch #73804E
Tints of Finch #73804E
RGB
CMYK
RGB Variations
Color information
#73804E (or 0x73804E) is known color: Finch. HEX triplet: 73, 80 and 4E. RGB value is (115,128,78). Sum of RGB (Red+Green+Blue) = 115+128+78=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #73804E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73804E is #8C7FB1. Grayscale: #767676. Windows color (decimal): -9207730 or 5144691. OLE color: 5144691.
HSL color Cylindrical-coordinate representation of color #73804E: hue angle of 75.6º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73804E is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 78 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.50 |
| HSL | 75.6º | 0.24% | 0.4% | - |
| HSV(B) | 75.6º | 0.39% | 0.5% | - |
| XYZ | 16.16 | 19.63 | 10.15 | - |
| YUV | 118.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 78 | 0.10 | 0 | 0.39 | 0.50 | 75.6 | 0.24 | 0.4 |
| Hex | 73 | 80 | 4E | A | 0 | 27 | 32 | 4C | 18 | 28 |
| Octal | 163 | 200 | 116 | 12 | 0 | 47 | 62 | 114 | 30 | 50 |
| Binary | 1110011 | 10000000 | 1001110 | 1010 | 0 | 100111 | 110010 | 1001100 | 11000 | 101000 |
Color Harmonies of #73804E
Complementary color
Monochromatic Colors of #73804E
Black with #73804E
Text Example
Text Example
White with #73804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73804E; }
p { color: rgb(115,128,78); }
H1.HeaderClassName
{
color: #73804E;
}
.AnyTagClassName
{
color: #73804E;
}
</style>
background-color css
<style>
a { background-color: #73804E; }
a { background-color: rgb(115,128,78); }
div.DivClassName
{
background-color: #73804E;
}
.BgClassName
{
background-color: #73804E;
}
</style>
border-color css
<style>
span { border-color: #73804E; }
span { border-color: rgb(115,128,78); }
td.TdClassName
{
border-color: #73804E;
}
.TagClassName
{
border-color: #73804E;
}
</style>