Shades of Finch #73814C
Tints of Finch #73814C
RGB
CMYK
RGB Variations
Color information
#73814C (or 0x73814C) is known color: Finch. HEX triplet: 73, 81 and 4C. RGB value is (115,129,76). Sum of RGB (Red+Green+Blue) = 115+129+76=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #73814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73814C is #8C7EB3. Grayscale: #767676. Windows color (decimal): -9207476 or 5013875. OLE color: 5013875.
HSL color Cylindrical-coordinate representation of color #73814C: hue angle of 75.85º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73814C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 76 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.49 |
| HSL | 75.85º | 0.26% | 0.4% | - |
| HSV(B) | 75.85º | 0.41% | 0.51% | - |
| XYZ | 16.23 | 19.87 | 9.82 | - |
| YUV | 118.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 76 | 0.11 | 0 | 0.41 | 0.49 | 75.85 | 0.26 | 0.4 |
| Hex | 73 | 81 | 4C | B | 0 | 29 | 31 | 4C | 1A | 28 |
| Octal | 163 | 201 | 114 | 13 | 0 | 51 | 61 | 114 | 32 | 50 |
| Binary | 1110011 | 10000001 | 1001100 | 1011 | 0 | 101001 | 110001 | 1001100 | 11010 | 101000 |
Color Harmonies of #73814C
Complementary color
Monochromatic Colors of #73814C
Black with #73814C
Text Example
Text Example
White with #73814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73814C; }
p { color: rgb(115,129,76); }
H1.HeaderClassName
{
color: #73814C;
}
.AnyTagClassName
{
color: #73814C;
}
</style>
background-color css
<style>
a { background-color: #73814C; }
a { background-color: rgb(115,129,76); }
div.DivClassName
{
background-color: #73814C;
}
.BgClassName
{
background-color: #73814C;
}
</style>
border-color css
<style>
span { border-color: #73814C; }
span { border-color: rgb(115,129,76); }
td.TdClassName
{
border-color: #73814C;
}
.TagClassName
{
border-color: #73814C;
}
</style>