Shades of Finch #73804C
Tints of Finch #73804C
RGB
CMYK
RGB Variations
Color information
#73804C (or 0x73804C) is known color: Finch. HEX triplet: 73, 80 and 4C. RGB value is (115,128,76). Sum of RGB (Red+Green+Blue) = 115+128+76=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #73804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73804C is #8C7FB3. Grayscale: #767676. Windows color (decimal): -9207732 or 5013619. OLE color: 5013619.
HSL color Cylindrical-coordinate representation of color #73804C: hue angle of 75º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73804C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 76 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.50 |
| HSL | 75º | 0.25% | 0.4% | - |
| HSV(B) | 75º | 0.41% | 0.5% | - |
| XYZ | 16.09 | 19.6 | 9.77 | - |
| YUV | 118.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 76 | 0.10 | 0 | 0.41 | 0.50 | 75 | 0.25 | 0.4 |
| Hex | 73 | 80 | 4C | A | 0 | 29 | 32 | 4B | 19 | 28 |
| Octal | 163 | 200 | 114 | 12 | 0 | 51 | 62 | 113 | 31 | 50 |
| Binary | 1110011 | 10000000 | 1001100 | 1010 | 0 | 101001 | 110010 | 1001011 | 11001 | 101000 |
Color Harmonies of #73804C
Complementary color
Monochromatic Colors of #73804C
Black with #73804C
Text Example
Text Example
White with #73804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73804C; }
p { color: rgb(115,128,76); }
H1.HeaderClassName
{
color: #73804C;
}
.AnyTagClassName
{
color: #73804C;
}
</style>
background-color css
<style>
a { background-color: #73804C; }
a { background-color: rgb(115,128,76); }
div.DivClassName
{
background-color: #73804C;
}
.BgClassName
{
background-color: #73804C;
}
</style>
border-color css
<style>
span { border-color: #73804C; }
span { border-color: rgb(115,128,76); }
td.TdClassName
{
border-color: #73804C;
}
.TagClassName
{
border-color: #73804C;
}
</style>