Shades of Finch #73844D
Tints of Finch #73844D
RGB
CMYK
RGB Variations
Color information
#73844D (or 0x73844D) is known color: Finch. HEX triplet: 73, 84 and 4D. RGB value is (115,132,77). Sum of RGB (Red+Green+Blue) = 115+132+77=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #73844D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73844D is #8C7BB2. Grayscale: #787878. Windows color (decimal): -9206707 or 5080179. OLE color: 5080179.
HSL color Cylindrical-coordinate representation of color #73844D: hue angle of 78.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73844D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 77 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.48 |
| HSL | 78.55º | 0.26% | 0.41% | - |
| HSV(B) | 78.55º | 0.42% | 0.52% | - |
| XYZ | 16.66 | 20.68 | 10.14 | - |
| YUV | 120.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 77 | 0.13 | 0 | 0.42 | 0.48 | 78.55 | 0.26 | 0.41 |
| Hex | 73 | 84 | 4D | D | 0 | 2A | 30 | 4F | 1A | 29 |
| Octal | 163 | 204 | 115 | 15 | 0 | 52 | 60 | 117 | 32 | 51 |
| Binary | 1110011 | 10000100 | 1001101 | 1101 | 0 | 101010 | 110000 | 1001111 | 11010 | 101001 |
Color Harmonies of #73844D
Complementary color
Monochromatic Colors of #73844D
Black with #73844D
Text Example
Text Example
White with #73844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73844D; }
p { color: rgb(115,132,77); }
H1.HeaderClassName
{
color: #73844D;
}
.AnyTagClassName
{
color: #73844D;
}
</style>
background-color css
<style>
a { background-color: #73844D; }
a { background-color: rgb(115,132,77); }
div.DivClassName
{
background-color: #73844D;
}
.BgClassName
{
background-color: #73844D;
}
</style>
border-color css
<style>
span { border-color: #73844D; }
span { border-color: rgb(115,132,77); }
td.TdClassName
{
border-color: #73844D;
}
.TagClassName
{
border-color: #73844D;
}
</style>