Shades of Jumbo #8C8C8A
Tints of Jumbo #8C8C8A
RGB
CMYK
RGB Variations
Color information
#8C8C8A (or 0x8C8C8A) is known color: Jumbo. HEX triplet: 8C, 8C and 8A. RGB value is (140,140,138). Sum of RGB (Red+Green+Blue) = 140+140+138=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8C8A is #737375. Grayscale: #8B8B8B. Windows color (decimal): -7566198 or 9079948. OLE color: 9079948.
HSL color Cylindrical-coordinate representation of color #8C8C8A: hue angle of 60º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8C8C8A is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 140 | 138 | - |
CMYK | 0 | 0 | 0.01 | 0.45 |
HSL | 60º | 0.01% | 0.55% | - |
HSV(B) | 60º | 0.01% | 0.55% | - |
XYZ | 24.78 | 26.17 | 27.79 | - |
YUV | 139.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 140 | 138 | 0 | 0 | 0.01 | 0.45 | 60 | 0.01 | 0.55 |
Hex | 8C | 8C | 8A | 0 | 0 | 1 | 2D | 3C | 1 | 37 |
Octal | 214 | 214 | 212 | 0 | 0 | 1 | 55 | 74 | 1 | 67 |
Binary | 10001100 | 10001100 | 10001010 | 0 | 0 | 1 | 101101 | 111100 | 1 | 110111 |
Color Harmonies of #8C8C8A
Complementary color
Monochromatic Colors of #8C8C8A
Black with #8C8C8A
Text Example
Text Example
White with #8C8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8C8A; }
p { color: rgb(140,140,138); }
H1.HeaderClassName
{
color: #8C8C8A;
}
.AnyTagClassName
{
color: #8C8C8A;
}
</style>
background-color css
<style>
a { background-color: #8C8C8A; }
a { background-color: rgb(140,140,138); }
div.DivClassName
{
background-color: #8C8C8A;
}
.BgClassName
{
background-color: #8C8C8A;
}
</style>
border-color css
<style>
span { border-color: #8C8C8A; }
span { border-color: rgb(140,140,138); }
td.TdClassName
{
border-color: #8C8C8A;
}
.TagClassName
{
border-color: #8C8C8A;
}
</style>