Shades of Finch #7B7C4A
Tints of Finch #7B7C4A
RGB
CMYK
RGB Variations
Color information
#7B7C4A (or 0x7B7C4A) is known color: Finch. HEX triplet: 7B, 7C and 4A. RGB value is (123,124,74). Sum of RGB (Red+Green+Blue) = 123+124+74=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7C4A is #8483B5. Grayscale: #767676. Windows color (decimal): -8684470 or 4881531. OLE color: 4881531.
HSL color Cylindrical-coordinate representation of color #7B7C4A: hue angle of 61.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7C4A is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 124 | 74 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.51 |
| HSL | 61.2º | 0.25% | 0.39% | - |
| HSV(B) | 61.2º | 0.4% | 0.49% | - |
| XYZ | 16.61 | 19.12 | 9.29 | - |
| YUV | 118 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 74 | 0.01 | 0 | 0.40 | 0.51 | 61.2 | 0.25 | 0.39 |
| Hex | 7B | 7C | 4A | 1 | 0 | 28 | 33 | 3D | 19 | 27 |
| Octal | 173 | 174 | 112 | 1 | 0 | 50 | 63 | 75 | 31 | 47 |
| Binary | 1111011 | 1111100 | 1001010 | 1 | 0 | 101000 | 110011 | 111101 | 11001 | 100111 |
Color Harmonies of #7B7C4A
Complementary color
Monochromatic Colors of #7B7C4A
Black with #7B7C4A
Text Example
Text Example
White with #7B7C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C4A; }
p { color: rgb(123,124,74); }
H1.HeaderClassName
{
color: #7B7C4A;
}
.AnyTagClassName
{
color: #7B7C4A;
}
</style>
background-color css
<style>
a { background-color: #7B7C4A; }
a { background-color: rgb(123,124,74); }
div.DivClassName
{
background-color: #7B7C4A;
}
.BgClassName
{
background-color: #7B7C4A;
}
</style>
border-color css
<style>
span { border-color: #7B7C4A; }
span { border-color: rgb(123,124,74); }
td.TdClassName
{
border-color: #7B7C4A;
}
.TagClassName
{
border-color: #7B7C4A;
}
</style>