Shades of Spanish Green #838780
Tints of Spanish Green #838780
RGB
CMYK
RGB Variations
Color information
#838780 (or 0x838780) is known color: Spanish Green. HEX triplet: 83, 87 and 80. RGB value is (131,135,128). Sum of RGB (Red+Green+Blue) = 131+135+128=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #838780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838780 is #7C787F. Grayscale: #858585. Windows color (decimal): -8157312 or 8423299. OLE color: 8423299.
HSL color Cylindrical-coordinate representation of color #838780: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838780 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 128 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.47 |
| HSL | 94.29º | 0.03% | 0.52% | - |
| HSV(B) | 94.29º | 0.05% | 0.53% | - |
| XYZ | 21.92 | 23.71 | 23.84 | - |
| YUV | 133.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 128 | 0.03 | 0 | 0.05 | 0.47 | 94.29 | 0.03 | 0.52 |
| Hex | 83 | 87 | 80 | 3 | 0 | 5 | 2F | 5E | 3 | 34 |
| Octal | 203 | 207 | 200 | 3 | 0 | 5 | 57 | 136 | 3 | 64 |
| Binary | 10000011 | 10000111 | 10000000 | 11 | 0 | 101 | 101111 | 1011110 | 11 | 110100 |
Color Harmonies of #838780
Complementary color
Monochromatic Colors of #838780
Black with #838780
Text Example
Text Example
White with #838780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838780; }
p { color: rgb(131,135,128); }
H1.HeaderClassName
{
color: #838780;
}
.AnyTagClassName
{
color: #838780;
}
</style>
background-color css
<style>
a { background-color: #838780; }
a { background-color: rgb(131,135,128); }
div.DivClassName
{
background-color: #838780;
}
.BgClassName
{
background-color: #838780;
}
</style>
border-color css
<style>
span { border-color: #838780; }
span { border-color: rgb(131,135,128); }
td.TdClassName
{
border-color: #838780;
}
.TagClassName
{
border-color: #838780;
}
</style>