Shades of Finch #7B894D
Tints of Finch #7B894D
RGB
CMYK
RGB Variations
Color information
#7B894D (or 0x7B894D) is known color: Finch. HEX triplet: 7B, 89 and 4D. RGB value is (123,137,77). Sum of RGB (Red+Green+Blue) = 123+137+77=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #7B894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B894D is #8476B2. Grayscale: #7E7E7E. Windows color (decimal): -8681139 or 5081467. OLE color: 5081467.
HSL color Cylindrical-coordinate representation of color #7B894D: hue angle of 74º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B894D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 137 | 77 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.46 |
| HSL | 74º | 0.28% | 0.42% | - |
| HSV(B) | 74º | 0.44% | 0.54% | - |
| XYZ | 18.45 | 22.64 | 10.42 | - |
| YUV | 125.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 77 | 0.10 | 0 | 0.44 | 0.46 | 74 | 0.28 | 0.42 |
| Hex | 7B | 89 | 4D | A | 0 | 2C | 2E | 4A | 1C | 2A |
| Octal | 173 | 211 | 115 | 12 | 0 | 54 | 56 | 112 | 34 | 52 |
| Binary | 1111011 | 10001001 | 1001101 | 1010 | 0 | 101100 | 101110 | 1001010 | 11100 | 101010 |
Color Harmonies of #7B894D
Complementary color
Monochromatic Colors of #7B894D
Black with #7B894D
Text Example
Text Example
White with #7B894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B894D; }
p { color: rgb(123,137,77); }
H1.HeaderClassName
{
color: #7B894D;
}
.AnyTagClassName
{
color: #7B894D;
}
</style>
background-color css
<style>
a { background-color: #7B894D; }
a { background-color: rgb(123,137,77); }
div.DivClassName
{
background-color: #7B894D;
}
.BgClassName
{
background-color: #7B894D;
}
</style>
border-color css
<style>
span { border-color: #7B894D; }
span { border-color: rgb(123,137,77); }
td.TdClassName
{
border-color: #7B894D;
}
.TagClassName
{
border-color: #7B894D;
}
</style>