Shades of Spanish Green #7D7F7C
Tints of Spanish Green #7D7F7C
RGB
CMYK
RGB Variations
Color information
#7D7F7C (or 0x7D7F7C) is known color: Spanish Green. HEX triplet: 7D, 7F and 7C. RGB value is (125,127,124). Sum of RGB (Red+Green+Blue) = 125+127+124=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F7C is #828083. Grayscale: #7E7E7E. Windows color (decimal): -8552580 or 8159101. OLE color: 8159101.
HSL color Cylindrical-coordinate representation of color #7D7F7C: hue angle of 100º degrees, saturation: 0.01, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7D7F7C is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 127 | 124 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.50 |
| HSL | 100º | 0.01% | 0.49% | - |
| HSV(B) | 100º | 0.02% | 0.5% | - |
| XYZ | 19.68 | 20.99 | 22.08 | - |
| YUV | 126.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 124 | 0.02 | 0 | 0.02 | 0.50 | 100 | 0.01 | 0.49 |
| Hex | 7D | 7F | 7C | 2 | 0 | 2 | 32 | 64 | 1 | 31 |
| Octal | 175 | 177 | 174 | 2 | 0 | 2 | 62 | 144 | 1 | 61 |
| Binary | 1111101 | 1111111 | 1111100 | 10 | 0 | 10 | 110010 | 1100100 | 1 | 110001 |
Color Harmonies of #7D7F7C
Complementary color
Monochromatic Colors of #7D7F7C
Black with #7D7F7C
Text Example
Text Example
White with #7D7F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7F7C; }
p { color: rgb(125,127,124); }
H1.HeaderClassName
{
color: #7D7F7C;
}
.AnyTagClassName
{
color: #7D7F7C;
}
</style>
background-color css
<style>
a { background-color: #7D7F7C; }
a { background-color: rgb(125,127,124); }
div.DivClassName
{
background-color: #7D7F7C;
}
.BgClassName
{
background-color: #7D7F7C;
}
</style>
border-color css
<style>
span { border-color: #7D7F7C; }
span { border-color: rgb(125,127,124); }
td.TdClassName
{
border-color: #7D7F7C;
}
.TagClassName
{
border-color: #7D7F7C;
}
</style>