Shades of Jumbo #868780
Tints of Jumbo #868780
RGB
CMYK
RGB Variations
Color information
#868780 (or 0x868780) is known color: Jumbo. HEX triplet: 86, 87 and 80. RGB value is (134,135,128). Sum of RGB (Red+Green+Blue) = 134+135+128=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 135 - color contains mainly: green. Hex color #868780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868780 is #79787F. Grayscale: #858585. Windows color (decimal): -7960704 or 8423302. OLE color: 8423302.
HSL color Cylindrical-coordinate representation of color #868780: hue angle of 68.57º 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 #868780 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 128 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.47 |
| HSL | 68.57º | 0.03% | 0.52% | - |
| HSV(B) | 68.57º | 0.05% | 0.53% | - |
| XYZ | 22.39 | 23.95 | 23.87 | - |
| YUV | 133.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 128 | 0.01 | 0 | 0.05 | 0.47 | 68.57 | 0.03 | 0.52 |
| Hex | 86 | 87 | 80 | 1 | 0 | 5 | 2F | 45 | 3 | 34 |
| Octal | 206 | 207 | 200 | 1 | 0 | 5 | 57 | 105 | 3 | 64 |
| Binary | 10000110 | 10000111 | 10000000 | 1 | 0 | 101 | 101111 | 1000101 | 11 | 110100 |
Color Harmonies of #868780
Complementary color
Monochromatic Colors of #868780
Black with #868780
Text Example
Text Example
White with #868780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868780; }
p { color: rgb(134,135,128); }
H1.HeaderClassName
{
color: #868780;
}
.AnyTagClassName
{
color: #868780;
}
</style>
background-color css
<style>
a { background-color: #868780; }
a { background-color: rgb(134,135,128); }
div.DivClassName
{
background-color: #868780;
}
.BgClassName
{
background-color: #868780;
}
</style>
border-color css
<style>
span { border-color: #868780; }
span { border-color: rgb(134,135,128); }
td.TdClassName
{
border-color: #868780;
}
.TagClassName
{
border-color: #868780;
}
</style>