Shades of Finch #7B865B
Tints of Finch #7B865B
RGB
CMYK
RGB Variations
Color information
#7B865B (or 0x7B865B) is known color: Finch. HEX triplet: 7B, 86 and 5B. RGB value is (123,134,91). Sum of RGB (Red+Green+Blue) = 123+134+91=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #7B865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B865B is #8479A4. Grayscale: #7D7D7D. Windows color (decimal): -8681893 or 5998203. OLE color: 5998203.
HSL color Cylindrical-coordinate representation of color #7B865B: hue angle of 75.35º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B865B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 134 | 91 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.47 |
| HSL | 75.35º | 0.19% | 0.44% | - |
| HSV(B) | 75.35º | 0.32% | 0.53% | - |
| XYZ | 18.58 | 22.02 | 13.17 | - |
| YUV | 125.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 91 | 0.08 | 0 | 0.32 | 0.47 | 75.35 | 0.19 | 0.44 |
| Hex | 7B | 86 | 5B | 8 | 0 | 20 | 2F | 4B | 13 | 2C |
| Octal | 173 | 206 | 133 | 10 | 0 | 40 | 57 | 113 | 23 | 54 |
| Binary | 1111011 | 10000110 | 1011011 | 1000 | 0 | 100000 | 101111 | 1001011 | 10011 | 101100 |
Color Harmonies of #7B865B
Complementary color
Monochromatic Colors of #7B865B
Black with #7B865B
Text Example
Text Example
White with #7B865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B865B; }
p { color: rgb(123,134,91); }
H1.HeaderClassName
{
color: #7B865B;
}
.AnyTagClassName
{
color: #7B865B;
}
</style>
background-color css
<style>
a { background-color: #7B865B; }
a { background-color: rgb(123,134,91); }
div.DivClassName
{
background-color: #7B865B;
}
.BgClassName
{
background-color: #7B865B;
}
</style>
border-color css
<style>
span { border-color: #7B865B; }
span { border-color: rgb(123,134,91); }
td.TdClassName
{
border-color: #7B865B;
}
.TagClassName
{
border-color: #7B865B;
}
</style>