Shades of Jumbo #868783
Tints of Jumbo #868783
RGB
CMYK
RGB Variations
Color information
#868783 (or 0x868783) is known color: Jumbo. HEX triplet: 86, 87 and 83. RGB value is (134,135,131). Sum of RGB (Red+Green+Blue) = 134+135+131=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 135 - color contains mainly: green. Hex color #868783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868783 is #79787C. Grayscale: #868686. Windows color (decimal): -7960701 or 8619910. OLE color: 8619910.
HSL color Cylindrical-coordinate representation of color #868783: hue angle of 75º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868783 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 131 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.47 |
| HSL | 75º | 0.02% | 0.52% | - |
| HSV(B) | 75º | 0.03% | 0.53% | - |
| XYZ | 22.59 | 24.03 | 24.92 | - |
| YUV | 134.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 131 | 0.01 | 0 | 0.03 | 0.47 | 75 | 0.02 | 0.52 |
| Hex | 86 | 87 | 83 | 1 | 0 | 3 | 2F | 4B | 2 | 34 |
| Octal | 206 | 207 | 203 | 1 | 0 | 3 | 57 | 113 | 2 | 64 |
| Binary | 10000110 | 10000111 | 10000011 | 1 | 0 | 11 | 101111 | 1001011 | 10 | 110100 |
Color Harmonies of #868783
Complementary color
Monochromatic Colors of #868783
Black with #868783
Text Example
Text Example
White with #868783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868783; }
p { color: rgb(134,135,131); }
H1.HeaderClassName
{
color: #868783;
}
.AnyTagClassName
{
color: #868783;
}
</style>
background-color css
<style>
a { background-color: #868783; }
a { background-color: rgb(134,135,131); }
div.DivClassName
{
background-color: #868783;
}
.BgClassName
{
background-color: #868783;
}
</style>
border-color css
<style>
span { border-color: #868783; }
span { border-color: rgb(134,135,131); }
td.TdClassName
{
border-color: #868783;
}
.TagClassName
{
border-color: #868783;
}
</style>