Shades of Finch #7B8554
Tints of Finch #7B8554
RGB
CMYK
RGB Variations
Color information
#7B8554 (or 0x7B8554) is known color: Finch. HEX triplet: 7B, 85 and 54. RGB value is (123,133,84). Sum of RGB (Red+Green+Blue) = 123+133+84=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8554 is #847AAB. Grayscale: #7C7C7C. Windows color (decimal): -8682156 or 5539195. OLE color: 5539195.
HSL color Cylindrical-coordinate representation of color #7B8554: hue angle of 72.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B8554 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 84 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.48 |
| HSL | 72.24º | 0.23% | 0.43% | - |
| HSV(B) | 72.24º | 0.37% | 0.52% | - |
| XYZ | 18.16 | 21.63 | 11.6 | - |
| YUV | 124.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 84 | 0.08 | 0 | 0.37 | 0.48 | 72.24 | 0.23 | 0.43 |
| Hex | 7B | 85 | 54 | 8 | 0 | 25 | 30 | 48 | 17 | 2B |
| Octal | 173 | 205 | 124 | 10 | 0 | 45 | 60 | 110 | 27 | 53 |
| Binary | 1111011 | 10000101 | 1010100 | 1000 | 0 | 100101 | 110000 | 1001000 | 10111 | 101011 |
Color Harmonies of #7B8554
Complementary color
Monochromatic Colors of #7B8554
Black with #7B8554
Text Example
Text Example
White with #7B8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8554; }
p { color: rgb(123,133,84); }
H1.HeaderClassName
{
color: #7B8554;
}
.AnyTagClassName
{
color: #7B8554;
}
</style>
background-color css
<style>
a { background-color: #7B8554; }
a { background-color: rgb(123,133,84); }
div.DivClassName
{
background-color: #7B8554;
}
.BgClassName
{
background-color: #7B8554;
}
</style>
border-color css
<style>
span { border-color: #7B8554; }
span { border-color: rgb(123,133,84); }
td.TdClassName
{
border-color: #7B8554;
}
.TagClassName
{
border-color: #7B8554;
}
</style>