Shades of Spanish Green #7D887A
Tints of Spanish Green #7D887A
RGB
CMYK
RGB Variations
Color information
#7D887A (or 0x7D887A) is known color: Spanish Green. HEX triplet: 7D, 88 and 7A. RGB value is (125,136,122). Sum of RGB (Red+Green+Blue) = 125+136+122=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #7D887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D887A is #827785. Grayscale: #838383. Windows color (decimal): -8550278 or 8030333. OLE color: 8030333.
HSL color Cylindrical-coordinate representation of color #7D887A: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D887A is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 122 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.47 |
| HSL | 107.14º | 0.06% | 0.51% | - |
| HSV(B) | 107.14º | 0.1% | 0.53% | - |
| XYZ | 20.77 | 23.37 | 21.83 | - |
| YUV | 131.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 122 | 0.08 | 0 | 0.10 | 0.47 | 107.14 | 0.06 | 0.51 |
| Hex | 7D | 88 | 7A | 8 | 0 | A | 2F | 6B | 6 | 33 |
| Octal | 175 | 210 | 172 | 10 | 0 | 12 | 57 | 153 | 6 | 63 |
| Binary | 1111101 | 10001000 | 1111010 | 1000 | 0 | 1010 | 101111 | 1101011 | 110 | 110011 |
Color Harmonies of #7D887A
Complementary color
Monochromatic Colors of #7D887A
Black with #7D887A
Text Example
Text Example
White with #7D887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D887A; }
p { color: rgb(125,136,122); }
H1.HeaderClassName
{
color: #7D887A;
}
.AnyTagClassName
{
color: #7D887A;
}
</style>
background-color css
<style>
a { background-color: #7D887A; }
a { background-color: rgb(125,136,122); }
div.DivClassName
{
background-color: #7D887A;
}
.BgClassName
{
background-color: #7D887A;
}
</style>
border-color css
<style>
span { border-color: #7D887A; }
span { border-color: rgb(125,136,122); }
td.TdClassName
{
border-color: #7D887A;
}
.TagClassName
{
border-color: #7D887A;
}
</style>