Shades of Spanish Green #7D847B
Tints of Spanish Green #7D847B
RGB
CMYK
RGB Variations
Color information
#7D847B (or 0x7D847B) is known color: Spanish Green. HEX triplet: 7D, 84 and 7B. RGB value is (125,132,123). Sum of RGB (Red+Green+Blue) = 125+132+123=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 132 - color contains mainly: green. Hex color #7D847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D847B is #827B84. Grayscale: #808080. Windows color (decimal): -8551301 or 8094845. OLE color: 8094845.
HSL color Cylindrical-coordinate representation of color #7D847B: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7D847B is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 132 | 123 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.48 |
| HSL | 106.67º | 0.04% | 0.5% | - |
| HSV(B) | 106.67º | 0.07% | 0.52% | - |
| XYZ | 20.28 | 22.29 | 21.97 | - |
| YUV | 128.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 123 | 0.05 | 0 | 0.07 | 0.48 | 106.67 | 0.04 | 0.5 |
| Hex | 7D | 84 | 7B | 5 | 0 | 7 | 30 | 6B | 4 | 32 |
| Octal | 175 | 204 | 173 | 5 | 0 | 7 | 60 | 153 | 4 | 62 |
| Binary | 1111101 | 10000100 | 1111011 | 101 | 0 | 111 | 110000 | 1101011 | 100 | 110010 |
Color Harmonies of #7D847B
Complementary color
Monochromatic Colors of #7D847B
Black with #7D847B
Text Example
Text Example
White with #7D847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D847B; }
p { color: rgb(125,132,123); }
H1.HeaderClassName
{
color: #7D847B;
}
.AnyTagClassName
{
color: #7D847B;
}
</style>
background-color css
<style>
a { background-color: #7D847B; }
a { background-color: rgb(125,132,123); }
div.DivClassName
{
background-color: #7D847B;
}
.BgClassName
{
background-color: #7D847B;
}
</style>
border-color css
<style>
span { border-color: #7D847B; }
span { border-color: rgb(125,132,123); }
td.TdClassName
{
border-color: #7D847B;
}
.TagClassName
{
border-color: #7D847B;
}
</style>