Shades of Jumbo #87867D
Tints of Jumbo #87867D
RGB
CMYK
RGB Variations
Color information
#87867D (or 0x87867D) is known color: Jumbo. HEX triplet: 87, 86 and 7D. RGB value is (135,134,125). Sum of RGB (Red+Green+Blue) = 135+134+125=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 135 - color contains mainly: red. Hex color #87867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87867D is #787982. Grayscale: #858585. Windows color (decimal): -7895427 or 8226439. OLE color: 8226439.
HSL color Cylindrical-coordinate representation of color #87867D: hue angle of 54º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87867D is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 125 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.47 |
| HSL | 54º | 0.04% | 0.51% | - |
| HSV(B) | 54º | 0.07% | 0.53% | - |
| XYZ | 22.22 | 23.68 | 22.8 | - |
| YUV | 133.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 125 | 0 | 0.01 | 0.07 | 0.47 | 54 | 0.04 | 0.51 |
| Hex | 87 | 86 | 7D | 0 | 1 | 7 | 2F | 36 | 4 | 33 |
| Octal | 207 | 206 | 175 | 0 | 1 | 7 | 57 | 66 | 4 | 63 |
| Binary | 10000111 | 10000110 | 1111101 | 0 | 1 | 111 | 101111 | 110110 | 100 | 110011 |
Color Harmonies of #87867D
Complementary color
Monochromatic Colors of #87867D
Black with #87867D
Text Example
Text Example
White with #87867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87867D; }
p { color: rgb(135,134,125); }
H1.HeaderClassName
{
color: #87867D;
}
.AnyTagClassName
{
color: #87867D;
}
</style>
background-color css
<style>
a { background-color: #87867D; }
a { background-color: rgb(135,134,125); }
div.DivClassName
{
background-color: #87867D;
}
.BgClassName
{
background-color: #87867D;
}
</style>
border-color css
<style>
span { border-color: #87867D; }
span { border-color: rgb(135,134,125); }
td.TdClassName
{
border-color: #87867D;
}
.TagClassName
{
border-color: #87867D;
}
</style>