Shades of Jumbo #8C8D85
Tints of Jumbo #8C8D85
RGB
CMYK
RGB Variations
Color information
#8C8D85 (or 0x8C8D85) is known color: Jumbo. HEX triplet: 8C, 8D and 85. RGB value is (140,141,133). Sum of RGB (Red+Green+Blue) = 140+141+133=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8D85 is #73727A. Grayscale: #8B8B8B. Windows color (decimal): -7565947 or 8752524. OLE color: 8752524.
HSL color Cylindrical-coordinate representation of color #8C8D85: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8D85 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 141 | 133 | - |
CMYK | 0.01 | 0 | 0.06 | 0.45 |
HSL | 67.5º | 0.03% | 0.54% | - |
HSV(B) | 67.5º | 0.06% | 0.55% | - |
XYZ | 24.57 | 26.32 | 25.98 | - |
YUV | 139.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 141 | 133 | 0.01 | 0 | 0.06 | 0.45 | 67.5 | 0.03 | 0.54 |
Hex | 8C | 8D | 85 | 1 | 0 | 6 | 2D | 44 | 3 | 36 |
Octal | 214 | 215 | 205 | 1 | 0 | 6 | 55 | 104 | 3 | 66 |
Binary | 10001100 | 10001101 | 10000101 | 1 | 0 | 110 | 101101 | 1000100 | 11 | 110110 |
Color Harmonies of #8C8D85
Complementary color
Monochromatic Colors of #8C8D85
Black with #8C8D85
Text Example
Text Example
White with #8C8D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D85; }
p { color: rgb(140,141,133); }
H1.HeaderClassName
{
color: #8C8D85;
}
.AnyTagClassName
{
color: #8C8D85;
}
</style>
background-color css
<style>
a { background-color: #8C8D85; }
a { background-color: rgb(140,141,133); }
div.DivClassName
{
background-color: #8C8D85;
}
.BgClassName
{
background-color: #8C8D85;
}
</style>
border-color css
<style>
span { border-color: #8C8D85; }
span { border-color: rgb(140,141,133); }
td.TdClassName
{
border-color: #8C8D85;
}
.TagClassName
{
border-color: #8C8D85;
}
</style>