Shades of Spanish Green #808A7B
Tints of Spanish Green #808A7B
RGB
CMYK
RGB Variations
Color information
#808A7B (or 0x808A7B) is known color: Spanish Green. HEX triplet: 80, 8A and 7B. RGB value is (128,138,123). Sum of RGB (Red+Green+Blue) = 128+138+123=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #808A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A7B is #7F7584. Grayscale: #858585. Windows color (decimal): -8353157 or 8096384. OLE color: 8096384.
HSL color Cylindrical-coordinate representation of color #808A7B: hue angle of 100º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808A7B is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 123 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.46 |
| HSL | 100º | 0.06% | 0.51% | - |
| HSV(B) | 100º | 0.11% | 0.54% | - |
| XYZ | 21.57 | 24.2 | 22.27 | - |
| YUV | 133.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 123 | 0.07 | 0 | 0.11 | 0.46 | 100 | 0.06 | 0.51 |
| Hex | 80 | 8A | 7B | 7 | 0 | B | 2E | 64 | 6 | 33 |
| Octal | 200 | 212 | 173 | 7 | 0 | 13 | 56 | 144 | 6 | 63 |
| Binary | 10000000 | 10001010 | 1111011 | 111 | 0 | 1011 | 101110 | 1100100 | 110 | 110011 |
Color Harmonies of #808A7B
Complementary color
Monochromatic Colors of #808A7B
Black with #808A7B
Text Example
Text Example
White with #808A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A7B; }
p { color: rgb(128,138,123); }
H1.HeaderClassName
{
color: #808A7B;
}
.AnyTagClassName
{
color: #808A7B;
}
</style>
background-color css
<style>
a { background-color: #808A7B; }
a { background-color: rgb(128,138,123); }
div.DivClassName
{
background-color: #808A7B;
}
.BgClassName
{
background-color: #808A7B;
}
</style>
border-color css
<style>
span { border-color: #808A7B; }
span { border-color: rgb(128,138,123); }
td.TdClassName
{
border-color: #808A7B;
}
.TagClassName
{
border-color: #808A7B;
}
</style>