Shades of Finch #73814D
Tints of Finch #73814D
RGB
CMYK
RGB Variations
Color information
#73814D (or 0x73814D) is known color: Finch. HEX triplet: 73, 81 and 4D. RGB value is (115,129,77). Sum of RGB (Red+Green+Blue) = 115+129+77=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #73814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73814D is #8C7EB2. Grayscale: #777777. Windows color (decimal): -9207475 or 5079411. OLE color: 5079411.
HSL color Cylindrical-coordinate representation of color #73814D: hue angle of 76.15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73814D is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 77 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.49 |
| HSL | 76.15º | 0.25% | 0.4% | - |
| HSV(B) | 76.15º | 0.4% | 0.51% | - |
| XYZ | 16.26 | 19.88 | 10 | - |
| YUV | 118.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 77 | 0.11 | 0 | 0.40 | 0.49 | 76.15 | 0.25 | 0.4 |
| Hex | 73 | 81 | 4D | B | 0 | 28 | 31 | 4C | 19 | 28 |
| Octal | 163 | 201 | 115 | 13 | 0 | 50 | 61 | 114 | 31 | 50 |
| Binary | 1110011 | 10000001 | 1001101 | 1011 | 0 | 101000 | 110001 | 1001100 | 11001 | 101000 |
Color Harmonies of #73814D
Complementary color
Monochromatic Colors of #73814D
Black with #73814D
Text Example
Text Example
White with #73814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73814D; }
p { color: rgb(115,129,77); }
H1.HeaderClassName
{
color: #73814D;
}
.AnyTagClassName
{
color: #73814D;
}
</style>
background-color css
<style>
a { background-color: #73814D; }
a { background-color: rgb(115,129,77); }
div.DivClassName
{
background-color: #73814D;
}
.BgClassName
{
background-color: #73814D;
}
</style>
border-color css
<style>
span { border-color: #73814D; }
span { border-color: rgb(115,129,77); }
td.TdClassName
{
border-color: #73814D;
}
.TagClassName
{
border-color: #73814D;
}
</style>