Shades of Finch #7A7B4E
Tints of Finch #7A7B4E
RGB
CMYK
RGB Variations
Color information
#7A7B4E (or 0x7A7B4E) is known color: Finch. HEX triplet: 7A, 7B and 4E. RGB value is (122,123,78). Sum of RGB (Red+Green+Blue) = 122+123+78=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B4E is #8584B1. Grayscale: #757575. Windows color (decimal): -8750258 or 5143418. OLE color: 5143418.
HSL color Cylindrical-coordinate representation of color #7A7B4E: hue angle of 61.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A7B4E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 123 | 78 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.52 |
| HSL | 61.33º | 0.22% | 0.39% | - |
| HSV(B) | 61.33º | 0.37% | 0.48% | - |
| XYZ | 16.48 | 18.85 | 9.98 | - |
| YUV | 117.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 78 | 0.01 | 0 | 0.37 | 0.52 | 61.33 | 0.22 | 0.39 |
| Hex | 7A | 7B | 4E | 1 | 0 | 25 | 34 | 3D | 16 | 27 |
| Octal | 172 | 173 | 116 | 1 | 0 | 45 | 64 | 75 | 26 | 47 |
| Binary | 1111010 | 1111011 | 1001110 | 1 | 0 | 100101 | 110100 | 111101 | 10110 | 100111 |
Color Harmonies of #7A7B4E
Complementary color
Monochromatic Colors of #7A7B4E
Black with #7A7B4E
Text Example
Text Example
White with #7A7B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7B4E; }
p { color: rgb(122,123,78); }
H1.HeaderClassName
{
color: #7A7B4E;
}
.AnyTagClassName
{
color: #7A7B4E;
}
</style>
background-color css
<style>
a { background-color: #7A7B4E; }
a { background-color: rgb(122,123,78); }
div.DivClassName
{
background-color: #7A7B4E;
}
.BgClassName
{
background-color: #7A7B4E;
}
</style>
border-color css
<style>
span { border-color: #7A7B4E; }
span { border-color: rgb(122,123,78); }
td.TdClassName
{
border-color: #7A7B4E;
}
.TagClassName
{
border-color: #7A7B4E;
}
</style>