Shades of Finch #7B844D
Tints of Finch #7B844D
RGB
CMYK
RGB Variations
Color information
#7B844D (or 0x7B844D) is known color: Finch. HEX triplet: 7B, 84 and 4D. RGB value is (123,132,77). Sum of RGB (Red+Green+Blue) = 123+132+77=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #7B844D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B844D is #847BB2. Grayscale: #7B7B7B. Windows color (decimal): -8682419 or 5080187. OLE color: 5080187.
HSL color Cylindrical-coordinate representation of color #7B844D: hue angle of 69.82º 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 #7B844D is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 77 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.48 |
| HSL | 69.82º | 0.26% | 0.41% | - |
| HSV(B) | 69.82º | 0.42% | 0.52% | - |
| XYZ | 17.76 | 21.25 | 10.19 | - |
| YUV | 123.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 77 | 0.07 | 0 | 0.42 | 0.48 | 69.82 | 0.26 | 0.41 |
| Hex | 7B | 84 | 4D | 7 | 0 | 2A | 30 | 46 | 1A | 29 |
| Octal | 173 | 204 | 115 | 7 | 0 | 52 | 60 | 106 | 32 | 51 |
| Binary | 1111011 | 10000100 | 1001101 | 111 | 0 | 101010 | 110000 | 1000110 | 11010 | 101001 |
Color Harmonies of #7B844D
Complementary color
Monochromatic Colors of #7B844D
Black with #7B844D
Text Example
Text Example
White with #7B844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B844D; }
p { color: rgb(123,132,77); }
H1.HeaderClassName
{
color: #7B844D;
}
.AnyTagClassName
{
color: #7B844D;
}
</style>
background-color css
<style>
a { background-color: #7B844D; }
a { background-color: rgb(123,132,77); }
div.DivClassName
{
background-color: #7B844D;
}
.BgClassName
{
background-color: #7B844D;
}
</style>
border-color css
<style>
span { border-color: #7B844D; }
span { border-color: rgb(123,132,77); }
td.TdClassName
{
border-color: #7B844D;
}
.TagClassName
{
border-color: #7B844D;
}
</style>