#8E8C7D

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

Shades of Jumbo #8E8C7D

Tints of Jumbo #8E8C7D

Color information

#8E8C7D (or 0x8E8C7D) is unknown color: approx Jumbo. HEX triplet: 8E, 8C and 7D. RGB value is (142,140,125). Sum of RGB (Red+Green+Blue) = 142+140+125=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C7D is #717382. Grayscale: #8A8A8A. Windows color (decimal): -7435139 or 8227982. OLE color: 8227982.

HSL color Cylindrical-coordinate representation of color #8E8C7D: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E8C7D is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB142140125-
CMYK00.010.120.44
HSL52.94º7%52.35%-
HSV(B)52.94º11.97%55.69%-
XYZ24.2425.9923.14-
YUV138.89120.16130.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=34.89%
G=34.40%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214012500.010.120.4452.94752.35
Hex8E8C7D01C2C35734
Octal21621417501145465764
Binary10001110100011001111101011100101100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,140,125); }

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

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

 a { background-color: rgb(142,140,125); }

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

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

 span { border-color: rgb(142,140,125); }

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