Shades of Finch #7B855F
Tints of Finch #7B855F
RGB
CMYK
RGB Variations
Color information
#7B855F (or 0x7B855F) is known color: Finch. HEX triplet: 7B, 85 and 5F. RGB value is (123,133,95). Sum of RGB (Red+Green+Blue) = 123+133+95=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #7B855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B855F is #847AA0. Grayscale: #7D7D7D. Windows color (decimal): -8682145 or 6260091. OLE color: 6260091.
HSL color Cylindrical-coordinate representation of color #7B855F: hue angle of 75.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B855F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 95 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.48 |
| HSL | 75.79º | 0.17% | 0.45% | - |
| HSV(B) | 75.79º | 0.29% | 0.52% | - |
| XYZ | 18.62 | 21.81 | 14.06 | - |
| YUV | 125.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 95 | 0.08 | 0 | 0.29 | 0.48 | 75.79 | 0.17 | 0.45 |
| Hex | 7B | 85 | 5F | 8 | 0 | 1D | 30 | 4C | 11 | 2D |
| Octal | 173 | 205 | 137 | 10 | 0 | 35 | 60 | 114 | 21 | 55 |
| Binary | 1111011 | 10000101 | 1011111 | 1000 | 0 | 11101 | 110000 | 1001100 | 10001 | 101101 |
Color Harmonies of #7B855F
Complementary color
Monochromatic Colors of #7B855F
Black with #7B855F
Text Example
Text Example
White with #7B855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B855F; }
p { color: rgb(123,133,95); }
H1.HeaderClassName
{
color: #7B855F;
}
.AnyTagClassName
{
color: #7B855F;
}
</style>
background-color css
<style>
a { background-color: #7B855F; }
a { background-color: rgb(123,133,95); }
div.DivClassName
{
background-color: #7B855F;
}
.BgClassName
{
background-color: #7B855F;
}
</style>
border-color css
<style>
span { border-color: #7B855F; }
span { border-color: rgb(123,133,95); }
td.TdClassName
{
border-color: #7B855F;
}
.TagClassName
{
border-color: #7B855F;
}
</style>