Shades of Spanish Green #7F857B
Tints of Spanish Green #7F857B
RGB
CMYK
RGB Variations
Color information
#7F857B (or 0x7F857B) is known color: Spanish Green. HEX triplet: 7F, 85 and 7B. RGB value is (127,133,123). Sum of RGB (Red+Green+Blue) = 127+133+123=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #7F857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F857B is #807A84. Grayscale: #828282. Windows color (decimal): -8419973 or 8095103. OLE color: 8095103.
HSL color Cylindrical-coordinate representation of color #7F857B: hue angle of 96º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F857B is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 123 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.48 |
| HSL | 96º | 0.04% | 0.5% | - |
| HSV(B) | 96º | 0.08% | 0.52% | - |
| XYZ | 20.72 | 22.72 | 22.03 | - |
| YUV | 130.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 123 | 0.05 | 0 | 0.08 | 0.48 | 96 | 0.04 | 0.5 |
| Hex | 7F | 85 | 7B | 5 | 0 | 8 | 30 | 60 | 4 | 32 |
| Octal | 177 | 205 | 173 | 5 | 0 | 10 | 60 | 140 | 4 | 62 |
| Binary | 1111111 | 10000101 | 1111011 | 101 | 0 | 1000 | 110000 | 1100000 | 100 | 110010 |
Color Harmonies of #7F857B
Complementary color
Monochromatic Colors of #7F857B
Black with #7F857B
Text Example
Text Example
White with #7F857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F857B; }
p { color: rgb(127,133,123); }
H1.HeaderClassName
{
color: #7F857B;
}
.AnyTagClassName
{
color: #7F857B;
}
</style>
background-color css
<style>
a { background-color: #7F857B; }
a { background-color: rgb(127,133,123); }
div.DivClassName
{
background-color: #7F857B;
}
.BgClassName
{
background-color: #7F857B;
}
</style>
border-color css
<style>
span { border-color: #7F857B; }
span { border-color: rgb(127,133,123); }
td.TdClassName
{
border-color: #7F857B;
}
.TagClassName
{
border-color: #7F857B;
}
</style>