Shades of Finch #7B8858
Tints of Finch #7B8858
RGB
CMYK
RGB Variations
Color information
#7B8858 (or 0x7B8858) is known color: Finch. HEX triplet: 7B, 88 and 58. RGB value is (123,136,88). Sum of RGB (Red+Green+Blue) = 123+136+88=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8858 is #8477A7. Grayscale: #7E7E7E. Windows color (decimal): -8681384 or 5802107. OLE color: 5802107.
HSL color Cylindrical-coordinate representation of color #7B8858: hue angle of 76.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B8858 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 88 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.47 |
| HSL | 76.25º | 0.21% | 0.44% | - |
| HSV(B) | 76.25º | 0.35% | 0.53% | - |
| XYZ | 18.73 | 22.52 | 12.59 | - |
| YUV | 126.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 88 | 0.10 | 0 | 0.35 | 0.47 | 76.25 | 0.21 | 0.44 |
| Hex | 7B | 88 | 58 | A | 0 | 23 | 2F | 4C | 15 | 2C |
| Octal | 173 | 210 | 130 | 12 | 0 | 43 | 57 | 114 | 25 | 54 |
| Binary | 1111011 | 10001000 | 1011000 | 1010 | 0 | 100011 | 101111 | 1001100 | 10101 | 101100 |
Color Harmonies of #7B8858
Complementary color
Monochromatic Colors of #7B8858
Black with #7B8858
Text Example
Text Example
White with #7B8858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8858; }
p { color: rgb(123,136,88); }
H1.HeaderClassName
{
color: #7B8858;
}
.AnyTagClassName
{
color: #7B8858;
}
</style>
background-color css
<style>
a { background-color: #7B8858; }
a { background-color: rgb(123,136,88); }
div.DivClassName
{
background-color: #7B8858;
}
.BgClassName
{
background-color: #7B8858;
}
</style>
border-color css
<style>
span { border-color: #7B8858; }
span { border-color: rgb(123,136,88); }
td.TdClassName
{
border-color: #7B8858;
}
.TagClassName
{
border-color: #7B8858;
}
</style>