Shades of Jumbo #8B8D7F
Tints of Jumbo #8B8D7F
RGB
CMYK
RGB Variations
Color information
#8B8D7F (or 0x8B8D7F) is known color: Jumbo. HEX triplet: 8B, 8D and 7F. RGB value is (139,141,127). Sum of RGB (Red+Green+Blue) = 139+141+127=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D7F is #747280. Grayscale: #8A8A8A. Windows color (decimal): -7631489 or 8359307. OLE color: 8359307.
HSL color Cylindrical-coordinate representation of color #8B8D7F: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B8D7F is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 127 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.45 |
| HSL | 68.57º | 0.06% | 0.53% | - |
| HSV(B) | 68.57º | 0.1% | 0.55% | - |
| XYZ | 24 | 26.07 | 23.85 | - |
| YUV | 138.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 127 | 0.01 | 0 | 0.10 | 0.45 | 68.57 | 0.06 | 0.53 |
| Hex | 8B | 8D | 7F | 1 | 0 | A | 2D | 45 | 6 | 35 |
| Octal | 213 | 215 | 177 | 1 | 0 | 12 | 55 | 105 | 6 | 65 |
| Binary | 10001011 | 10001101 | 1111111 | 1 | 0 | 1010 | 101101 | 1000101 | 110 | 110101 |
Color Harmonies of #8B8D7F
Complementary color
Monochromatic Colors of #8B8D7F
Black with #8B8D7F
Text Example
Text Example
White with #8B8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D7F; }
p { color: rgb(139,141,127); }
H1.HeaderClassName
{
color: #8B8D7F;
}
.AnyTagClassName
{
color: #8B8D7F;
}
</style>
background-color css
<style>
a { background-color: #8B8D7F; }
a { background-color: rgb(139,141,127); }
div.DivClassName
{
background-color: #8B8D7F;
}
.BgClassName
{
background-color: #8B8D7F;
}
</style>
border-color css
<style>
span { border-color: #8B8D7F; }
span { border-color: rgb(139,141,127); }
td.TdClassName
{
border-color: #8B8D7F;
}
.TagClassName
{
border-color: #8B8D7F;
}
</style>