Shades of Finch #73834C
Tints of Finch #73834C
RGB
CMYK
RGB Variations
Color information
#73834C (or 0x73834C) is known color: Finch. HEX triplet: 73, 83 and 4C. RGB value is (115,131,76). Sum of RGB (Red+Green+Blue) = 115+131+76=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #73834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73834C is #8C7CB3. Grayscale: #787878. Windows color (decimal): -9206964 or 5014387. OLE color: 5014387.
HSL color Cylindrical-coordinate representation of color #73834C: hue angle of 77.45º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73834C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 131 | 76 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.49 |
| HSL | 77.45º | 0.27% | 0.41% | - |
| HSV(B) | 77.45º | 0.42% | 0.51% | - |
| XYZ | 16.49 | 20.4 | 9.91 | - |
| YUV | 119.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 76 | 0.12 | 0 | 0.42 | 0.49 | 77.45 | 0.27 | 0.41 |
| Hex | 73 | 83 | 4C | C | 0 | 2A | 31 | 4D | 1B | 29 |
| Octal | 163 | 203 | 114 | 14 | 0 | 52 | 61 | 115 | 33 | 51 |
| Binary | 1110011 | 10000011 | 1001100 | 1100 | 0 | 101010 | 110001 | 1001101 | 11011 | 101001 |
Color Harmonies of #73834C
Complementary color
Monochromatic Colors of #73834C
Black with #73834C
Text Example
Text Example
White with #73834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73834C; }
p { color: rgb(115,131,76); }
H1.HeaderClassName
{
color: #73834C;
}
.AnyTagClassName
{
color: #73834C;
}
</style>
background-color css
<style>
a { background-color: #73834C; }
a { background-color: rgb(115,131,76); }
div.DivClassName
{
background-color: #73834C;
}
.BgClassName
{
background-color: #73834C;
}
</style>
border-color css
<style>
span { border-color: #73834C; }
span { border-color: rgb(115,131,76); }
td.TdClassName
{
border-color: #73834C;
}
.TagClassName
{
border-color: #73834C;
}
</style>