Shades of Spanish Green #7B7F79
Tints of Spanish Green #7B7F79
RGB
CMYK
RGB Variations
Color information
#7B7F79 (or 0x7B7F79) is known color: Spanish Green. HEX triplet: 7B, 7F and 79. RGB value is (123,127,121). Sum of RGB (Red+Green+Blue) = 123+127+121=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F79 is #848086. Grayscale: #7D7D7D. Windows color (decimal): -8683655 or 7962491. OLE color: 7962491.
HSL color Cylindrical-coordinate representation of color #7B7F79: hue angle of 100º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7B7F79 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
RGB | 123 | 127 | 121 | - |
CMYK | 0.03 | 0 | 0.05 | 0.50 |
HSL | 100º | 0.02% | 0.49% | - |
HSV(B) | 100º | 0.05% | 0.5% | - |
XYZ | 19.21 | 20.77 | 21.09 | - |
YUV | 125.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 127 | 121 | 0.03 | 0 | 0.05 | 0.50 | 100 | 0.02 | 0.49 |
Hex | 7B | 7F | 79 | 3 | 0 | 5 | 32 | 64 | 2 | 31 |
Octal | 173 | 177 | 171 | 3 | 0 | 5 | 62 | 144 | 2 | 61 |
Binary | 1111011 | 1111111 | 1111001 | 11 | 0 | 101 | 110010 | 1100100 | 10 | 110001 |
Color Harmonies of #7B7F79
Complementary color
Monochromatic Colors of #7B7F79
Black with #7B7F79
Text Example
Text Example
White with #7B7F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F79; }
p { color: rgb(123,127,121); }
H1.HeaderClassName
{
color: #7B7F79;
}
.AnyTagClassName
{
color: #7B7F79;
}
</style>
background-color css
<style>
a { background-color: #7B7F79; }
a { background-color: rgb(123,127,121); }
div.DivClassName
{
background-color: #7B7F79;
}
.BgClassName
{
background-color: #7B7F79;
}
</style>
border-color css
<style>
span { border-color: #7B7F79; }
span { border-color: rgb(123,127,121); }
td.TdClassName
{
border-color: #7B7F79;
}
.TagClassName
{
border-color: #7B7F79;
}
</style>