Shades of Finch #7B845B
Tints of Finch #7B845B
RGB
CMYK
RGB Variations
Color information
#7B845B (or 0x7B845B) is known color: Finch. HEX triplet: 7B, 84 and 5B. RGB value is (123,132,91). Sum of RGB (Red+Green+Blue) = 123+132+91=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #7B845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B845B is #847BA4. Grayscale: #7C7C7C. Windows color (decimal): -8682405 or 5997691. OLE color: 5997691.
HSL color Cylindrical-coordinate representation of color #7B845B: hue angle of 73.17º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B845B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 91 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.48 |
| HSL | 73.17º | 0.18% | 0.44% | - |
| HSV(B) | 73.17º | 0.31% | 0.52% | - |
| XYZ | 18.31 | 21.47 | 13.08 | - |
| YUV | 124.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 91 | 0.07 | 0 | 0.31 | 0.48 | 73.17 | 0.18 | 0.44 |
| Hex | 7B | 84 | 5B | 7 | 0 | 1F | 30 | 49 | 12 | 2C |
| Octal | 173 | 204 | 133 | 7 | 0 | 37 | 60 | 111 | 22 | 54 |
| Binary | 1111011 | 10000100 | 1011011 | 111 | 0 | 11111 | 110000 | 1001001 | 10010 | 101100 |
Color Harmonies of #7B845B
Complementary color
Monochromatic Colors of #7B845B
Black with #7B845B
Text Example
Text Example
White with #7B845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B845B; }
p { color: rgb(123,132,91); }
H1.HeaderClassName
{
color: #7B845B;
}
.AnyTagClassName
{
color: #7B845B;
}
</style>
background-color css
<style>
a { background-color: #7B845B; }
a { background-color: rgb(123,132,91); }
div.DivClassName
{
background-color: #7B845B;
}
.BgClassName
{
background-color: #7B845B;
}
</style>
border-color css
<style>
span { border-color: #7B845B; }
span { border-color: rgb(123,132,91); }
td.TdClassName
{
border-color: #7B845B;
}
.TagClassName
{
border-color: #7B845B;
}
</style>