Shades of Finch #7B8454
Tints of Finch #7B8454
RGB
CMYK
RGB Variations
Color information
#7B8454 (or 0x7B8454) is known color: Finch. HEX triplet: 7B, 84 and 54. RGB value is (123,132,84). Sum of RGB (Red+Green+Blue) = 123+132+84=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #7B8454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8454 is #847BAB. Grayscale: #7C7C7C. Windows color (decimal): -8682412 or 5538939. OLE color: 5538939.
HSL color Cylindrical-coordinate representation of color #7B8454: hue angle of 71.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B8454 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 84 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.48 |
| HSL | 71.25º | 0.22% | 0.42% | - |
| HSV(B) | 71.25º | 0.36% | 0.52% | - |
| XYZ | 18.02 | 21.35 | 11.56 | - |
| YUV | 123.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 84 | 0.07 | 0 | 0.36 | 0.48 | 71.25 | 0.22 | 0.42 |
| Hex | 7B | 84 | 54 | 7 | 0 | 24 | 30 | 47 | 16 | 2A |
| Octal | 173 | 204 | 124 | 7 | 0 | 44 | 60 | 107 | 26 | 52 |
| Binary | 1111011 | 10000100 | 1010100 | 111 | 0 | 100100 | 110000 | 1000111 | 10110 | 101010 |
Color Harmonies of #7B8454
Complementary color
Monochromatic Colors of #7B8454
Black with #7B8454
Text Example
Text Example
White with #7B8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8454; }
p { color: rgb(123,132,84); }
H1.HeaderClassName
{
color: #7B8454;
}
.AnyTagClassName
{
color: #7B8454;
}
</style>
background-color css
<style>
a { background-color: #7B8454; }
a { background-color: rgb(123,132,84); }
div.DivClassName
{
background-color: #7B8454;
}
.BgClassName
{
background-color: #7B8454;
}
</style>
border-color css
<style>
span { border-color: #7B8454; }
span { border-color: rgb(123,132,84); }
td.TdClassName
{
border-color: #7B8454;
}
.TagClassName
{
border-color: #7B8454;
}
</style>