Shades of Jumbo #84867B
Tints of Jumbo #84867B
RGB
CMYK
RGB Variations
Color information
#84867B (or 0x84867B) is known color: Jumbo. HEX triplet: 84, 86 and 7B. RGB value is (132,134,123). Sum of RGB (Red+Green+Blue) = 132+134+123=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #84867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84867B is #7B7984. Grayscale: #848484. Windows color (decimal): -8092037 or 8095364. OLE color: 8095364.
HSL color Cylindrical-coordinate representation of color #84867B: hue angle of 70.91º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84867B is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 134 | 123 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.47 |
| HSL | 70.91º | 0.04% | 0.5% | - |
| HSV(B) | 70.91º | 0.08% | 0.53% | - |
| XYZ | 21.62 | 23.39 | 22.11 | - |
| YUV | 132.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 123 | 0.01 | 0 | 0.08 | 0.47 | 70.91 | 0.04 | 0.5 |
| Hex | 84 | 86 | 7B | 1 | 0 | 8 | 2F | 47 | 4 | 32 |
| Octal | 204 | 206 | 173 | 1 | 0 | 10 | 57 | 107 | 4 | 62 |
| Binary | 10000100 | 10000110 | 1111011 | 1 | 0 | 1000 | 101111 | 1000111 | 100 | 110010 |
Color Harmonies of #84867B
Complementary color
Monochromatic Colors of #84867B
Black with #84867B
Text Example
Text Example
White with #84867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84867B; }
p { color: rgb(132,134,123); }
H1.HeaderClassName
{
color: #84867B;
}
.AnyTagClassName
{
color: #84867B;
}
</style>
background-color css
<style>
a { background-color: #84867B; }
a { background-color: rgb(132,134,123); }
div.DivClassName
{
background-color: #84867B;
}
.BgClassName
{
background-color: #84867B;
}
</style>
border-color css
<style>
span { border-color: #84867B; }
span { border-color: rgb(132,134,123); }
td.TdClassName
{
border-color: #84867B;
}
.TagClassName
{
border-color: #84867B;
}
</style>