Shades of Finch #7B8559
Tints of Finch #7B8559
RGB
CMYK
RGB Variations
Color information
#7B8559 (or 0x7B8559) is known color: Finch. HEX triplet: 7B, 85 and 59. RGB value is (123,133,89). Sum of RGB (Red+Green+Blue) = 123+133+89=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8559 is #847AA6. Grayscale: #7D7D7D. Windows color (decimal): -8682151 or 5866875. OLE color: 5866875.
HSL color Cylindrical-coordinate representation of color #7B8559: hue angle of 73.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B8559 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 89 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.48 |
| HSL | 73.64º | 0.2% | 0.44% | - |
| HSV(B) | 73.64º | 0.33% | 0.52% | - |
| XYZ | 18.36 | 21.71 | 12.67 | - |
| YUV | 124.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 89 | 0.08 | 0 | 0.33 | 0.48 | 73.64 | 0.2 | 0.44 |
| Hex | 7B | 85 | 59 | 8 | 0 | 21 | 30 | 4A | 14 | 2C |
| Octal | 173 | 205 | 131 | 10 | 0 | 41 | 60 | 112 | 24 | 54 |
| Binary | 1111011 | 10000101 | 1011001 | 1000 | 0 | 100001 | 110000 | 1001010 | 10100 | 101100 |
Color Harmonies of #7B8559
Complementary color
Monochromatic Colors of #7B8559
Black with #7B8559
Text Example
Text Example
White with #7B8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8559; }
p { color: rgb(123,133,89); }
H1.HeaderClassName
{
color: #7B8559;
}
.AnyTagClassName
{
color: #7B8559;
}
</style>
background-color css
<style>
a { background-color: #7B8559; }
a { background-color: rgb(123,133,89); }
div.DivClassName
{
background-color: #7B8559;
}
.BgClassName
{
background-color: #7B8559;
}
</style>
border-color css
<style>
span { border-color: #7B8559; }
span { border-color: rgb(123,133,89); }
td.TdClassName
{
border-color: #7B8559;
}
.TagClassName
{
border-color: #7B8559;
}
</style>