Shades of Finch #73834D
Tints of Finch #73834D
RGB
CMYK
RGB Variations
Color information
#73834D (or 0x73834D) is known color: Finch. HEX triplet: 73, 83 and 4D. RGB value is (115,131,77). Sum of RGB (Red+Green+Blue) = 115+131+77=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #73834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73834D is #8C7CB2. Grayscale: #787878. Windows color (decimal): -9206963 or 5079923. OLE color: 5079923.
HSL color Cylindrical-coordinate representation of color #73834D: hue angle of 77.78º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73834D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 131 | 77 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.49 |
| HSL | 77.78º | 0.26% | 0.41% | - |
| HSV(B) | 77.78º | 0.41% | 0.51% | - |
| XYZ | 16.53 | 20.41 | 10.09 | - |
| YUV | 120.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 77 | 0.12 | 0 | 0.41 | 0.49 | 77.78 | 0.26 | 0.41 |
| Hex | 73 | 83 | 4D | C | 0 | 29 | 31 | 4E | 1A | 29 |
| Octal | 163 | 203 | 115 | 14 | 0 | 51 | 61 | 116 | 32 | 51 |
| Binary | 1110011 | 10000011 | 1001101 | 1100 | 0 | 101001 | 110001 | 1001110 | 11010 | 101001 |
Color Harmonies of #73834D
Complementary color
Monochromatic Colors of #73834D
Black with #73834D
Text Example
Text Example
White with #73834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73834D; }
p { color: rgb(115,131,77); }
H1.HeaderClassName
{
color: #73834D;
}
.AnyTagClassName
{
color: #73834D;
}
</style>
background-color css
<style>
a { background-color: #73834D; }
a { background-color: rgb(115,131,77); }
div.DivClassName
{
background-color: #73834D;
}
.BgClassName
{
background-color: #73834D;
}
</style>
border-color css
<style>
span { border-color: #73834D; }
span { border-color: rgb(115,131,77); }
td.TdClassName
{
border-color: #73834D;
}
.TagClassName
{
border-color: #73834D;
}
</style>