Shades of Finch #7B7E60
Tints of Finch #7B7E60
RGB
CMYK
RGB Variations
Color information
#7B7E60 (or 0x7B7E60) is known color: Finch. HEX triplet: 7B, 7E and 60. RGB value is (123,126,96). Sum of RGB (Red+Green+Blue) = 123+126+96=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #7B7E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7E60 is #84819F. Grayscale: #797979. Windows color (decimal): -8683936 or 6323835. OLE color: 6323835.
HSL color Cylindrical-coordinate representation of color #7B7E60: hue angle of 66º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B7E60 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 126 | 96 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.51 |
| HSL | 66º | 0.14% | 0.44% | - |
| HSV(B) | 66º | 0.24% | 0.49% | - |
| XYZ | 17.74 | 19.98 | 13.99 | - |
| YUV | 121.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 96 | 0.02 | 0 | 0.24 | 0.51 | 66 | 0.14 | 0.44 |
| Hex | 7B | 7E | 60 | 2 | 0 | 18 | 33 | 42 | E | 2C |
| Octal | 173 | 176 | 140 | 2 | 0 | 30 | 63 | 102 | 16 | 54 |
| Binary | 1111011 | 1111110 | 1100000 | 10 | 0 | 11000 | 110011 | 1000010 | 1110 | 101100 |
Color Harmonies of #7B7E60
Complementary color
Monochromatic Colors of #7B7E60
Black with #7B7E60
Text Example
Text Example
White with #7B7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7E60; }
p { color: rgb(123,126,96); }
H1.HeaderClassName
{
color: #7B7E60;
}
.AnyTagClassName
{
color: #7B7E60;
}
</style>
background-color css
<style>
a { background-color: #7B7E60; }
a { background-color: rgb(123,126,96); }
div.DivClassName
{
background-color: #7B7E60;
}
.BgClassName
{
background-color: #7B7E60;
}
</style>
border-color css
<style>
span { border-color: #7B7E60; }
span { border-color: rgb(123,126,96); }
td.TdClassName
{
border-color: #7B7E60;
}
.TagClassName
{
border-color: #7B7E60;
}
</style>