#8C8B83

Color #8C8B83 Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #8C8B83

Tints of Jumbo #8C8B83

Color information

#8C8B83 (or 0x8C8B83) is unknown color: approx Jumbo. HEX triplet: 8C, 8B and 83. RGB value is (140,139,131). Sum of RGB (Red+Green+Blue) = 140+139+131=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8B83 is #73747C. Grayscale: #8A8A8A. Windows color (decimal): -7566461 or 8620940. OLE color: 8620940.

HSL color Cylindrical-coordinate representation of color #8C8B83: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8B83 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB140139131-
CMYK00.010.060.45
HSL53.33º3.77%53.14%-
HSV(B)53.33º6.43%54.9%-
XYZ24.1425.6825.16-
YUV138.39123.83129.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 34.15%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=34.15%
G=33.90%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013913100.010.060.4553.333.7753.14
Hex8C8B830162D35435
Octal2142132030165565465
Binary10001100100010111000001101110101101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8B83; }

 p { color: rgb(140,139,131); }

 H1.HeaderClassName
 {
   color: #8C8B83;
 }
 .AnyTagClassName
 {
   color: #8C8B83;
 }
</style>
background-color css

<style>
 a { background-color: #8C8B83; }

 a { background-color: rgb(140,139,131); }

 div.DivClassName
 {
   background-color: #8C8B83;
 }
 .BgClassName
 {
   background-color: #8C8B83;
 }
</style>
border-color css

<style>
 span { border-color: #8C8B83; }

 span { border-color: rgb(140,139,131); }

 td.TdClassName
 {
   border-color: #8C8B83;
 }
 .TagClassName
 {
   border-color: #8C8B83;
 }
</style>