Shades of Spanish Green #7D887B
Tints of Spanish Green #7D887B
RGB
CMYK
RGB Variations
Color information
#7D887B (or 0x7D887B) is known color: Spanish Green. HEX triplet: 7D, 88 and 7B. RGB value is (125,136,123). Sum of RGB (Red+Green+Blue) = 125+136+123=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #7D887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D887B is #827784. Grayscale: #838383. Windows color (decimal): -8550277 or 8095869. OLE color: 8095869.
HSL color Cylindrical-coordinate representation of color #7D887B: hue angle of 110.77º degrees, saturation: 0.05, 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 #7D887B is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 123 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.47 |
| HSL | 110.77º | 0.05% | 0.51% | - |
| HSV(B) | 110.77º | 0.1% | 0.53% | - |
| XYZ | 20.84 | 23.4 | 22.16 | - |
| YUV | 131.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 123 | 0.08 | 0 | 0.10 | 0.47 | 110.77 | 0.05 | 0.51 |
| Hex | 7D | 88 | 7B | 8 | 0 | A | 2F | 6F | 5 | 33 |
| Octal | 175 | 210 | 173 | 10 | 0 | 12 | 57 | 157 | 5 | 63 |
| Binary | 1111101 | 10001000 | 1111011 | 1000 | 0 | 1010 | 101111 | 1101111 | 101 | 110011 |
Color Harmonies of #7D887B
Complementary color
Monochromatic Colors of #7D887B
Black with #7D887B
Text Example
Text Example
White with #7D887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D887B; }
p { color: rgb(125,136,123); }
H1.HeaderClassName
{
color: #7D887B;
}
.AnyTagClassName
{
color: #7D887B;
}
</style>
background-color css
<style>
a { background-color: #7D887B; }
a { background-color: rgb(125,136,123); }
div.DivClassName
{
background-color: #7D887B;
}
.BgClassName
{
background-color: #7D887B;
}
</style>
border-color css
<style>
span { border-color: #7D887B; }
span { border-color: rgb(125,136,123); }
td.TdClassName
{
border-color: #7D887B;
}
.TagClassName
{
border-color: #7D887B;
}
</style>