Shades of Finch #7B805E
Tints of Finch #7B805E
RGB
CMYK
RGB Variations
Color information
#7B805E (or 0x7B805E) is known color: Finch. HEX triplet: 7B, 80 and 5E. RGB value is (123,128,94). Sum of RGB (Red+Green+Blue) = 123+128+94=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #7B805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B805E is #847FA1. Grayscale: #7A7A7A. Windows color (decimal): -8683426 or 6193275. OLE color: 6193275.
HSL color Cylindrical-coordinate representation of color #7B805E: hue angle of 68.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B805E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 94 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.50 |
| HSL | 68.82º | 0.15% | 0.44% | - |
| HSV(B) | 68.82º | 0.27% | 0.5% | - |
| XYZ | 17.91 | 20.46 | 13.59 | - |
| YUV | 122.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 94 | 0.04 | 0 | 0.27 | 0.50 | 68.82 | 0.15 | 0.44 |
| Hex | 7B | 80 | 5E | 4 | 0 | 1B | 32 | 45 | F | 2C |
| Octal | 173 | 200 | 136 | 4 | 0 | 33 | 62 | 105 | 17 | 54 |
| Binary | 1111011 | 10000000 | 1011110 | 100 | 0 | 11011 | 110010 | 1000101 | 1111 | 101100 |
Color Harmonies of #7B805E
Complementary color
Monochromatic Colors of #7B805E
Black with #7B805E
Text Example
Text Example
White with #7B805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B805E; }
p { color: rgb(123,128,94); }
H1.HeaderClassName
{
color: #7B805E;
}
.AnyTagClassName
{
color: #7B805E;
}
</style>
background-color css
<style>
a { background-color: #7B805E; }
a { background-color: rgb(123,128,94); }
div.DivClassName
{
background-color: #7B805E;
}
.BgClassName
{
background-color: #7B805E;
}
</style>
border-color css
<style>
span { border-color: #7B805E; }
span { border-color: rgb(123,128,94); }
td.TdClassName
{
border-color: #7B805E;
}
.TagClassName
{
border-color: #7B805E;
}
</style>