Shades of Finch #7A7B56
Tints of Finch #7A7B56
RGB
CMYK
RGB Variations
Color information
#7A7B56 (or 0x7A7B56) is known color: Finch. HEX triplet: 7A, 7B and 56. RGB value is (122,123,86). Sum of RGB (Red+Green+Blue) = 122+123+86=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B56 is #8584A9. Grayscale: #767676. Windows color (decimal): -8750250 or 5667706. OLE color: 5667706.
HSL color Cylindrical-coordinate representation of color #7A7B56: hue angle of 61.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7B56 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 123 | 86 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.52 |
| HSL | 61.62º | 0.18% | 0.41% | - |
| HSV(B) | 61.62º | 0.3% | 0.48% | - |
| XYZ | 16.79 | 18.98 | 11.58 | - |
| YUV | 118.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 86 | 0.01 | 0 | 0.30 | 0.52 | 61.62 | 0.18 | 0.41 |
| Hex | 7A | 7B | 56 | 1 | 0 | 1E | 34 | 3E | 12 | 29 |
| Octal | 172 | 173 | 126 | 1 | 0 | 36 | 64 | 76 | 22 | 51 |
| Binary | 1111010 | 1111011 | 1010110 | 1 | 0 | 11110 | 110100 | 111110 | 10010 | 101001 |
Color Harmonies of #7A7B56
Complementary color
Monochromatic Colors of #7A7B56
Black with #7A7B56
Text Example
Text Example
White with #7A7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7B56; }
p { color: rgb(122,123,86); }
H1.HeaderClassName
{
color: #7A7B56;
}
.AnyTagClassName
{
color: #7A7B56;
}
</style>
background-color css
<style>
a { background-color: #7A7B56; }
a { background-color: rgb(122,123,86); }
div.DivClassName
{
background-color: #7A7B56;
}
.BgClassName
{
background-color: #7A7B56;
}
</style>
border-color css
<style>
span { border-color: #7A7B56; }
span { border-color: rgb(122,123,86); }
td.TdClassName
{
border-color: #7A7B56;
}
.TagClassName
{
border-color: #7A7B56;
}
</style>