Shades of Jumbo #878784
Tints of Jumbo #878784
RGB
CMYK
RGB Variations
Color information
#878784 (or 0x878784) is known color: Jumbo. HEX triplet: 87, 87 and 84. RGB value is (135,135,132). Sum of RGB (Red+Green+Blue) = 135+135+132=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878784 is #78787B. Grayscale: #868686. Windows color (decimal): -7895164 or 8685447. OLE color: 8685447.
HSL color Cylindrical-coordinate representation of color #878784: hue angle of 60º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #878784 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 132 | - |
| CMYK | 0 | 0 | 0.02 | 0.47 |
| HSL | 60º | 0.01% | 0.52% | - |
| HSV(B) | 60º | 0.02% | 0.53% | - |
| XYZ | 22.82 | 24.14 | 25.29 | - |
| YUV | 134.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 132 | 0 | 0 | 0.02 | 0.47 | 60 | 0.01 | 0.52 |
| Hex | 87 | 87 | 84 | 0 | 0 | 2 | 2F | 3C | 1 | 34 |
| Octal | 207 | 207 | 204 | 0 | 0 | 2 | 57 | 74 | 1 | 64 |
| Binary | 10000111 | 10000111 | 10000100 | 0 | 0 | 10 | 101111 | 111100 | 1 | 110100 |
Color Harmonies of #878784
Complementary color
Monochromatic Colors of #878784
Black with #878784
Text Example
Text Example
White with #878784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878784; }
p { color: rgb(135,135,132); }
H1.HeaderClassName
{
color: #878784;
}
.AnyTagClassName
{
color: #878784;
}
</style>
background-color css
<style>
a { background-color: #878784; }
a { background-color: rgb(135,135,132); }
div.DivClassName
{
background-color: #878784;
}
.BgClassName
{
background-color: #878784;
}
</style>
border-color css
<style>
span { border-color: #878784; }
span { border-color: rgb(135,135,132); }
td.TdClassName
{
border-color: #878784;
}
.TagClassName
{
border-color: #878784;
}
</style>