#8B8E8B

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

Shades of Stack #8B8E8B

Tints of Stack #8B8E8B

Color information

#8B8E8B (or 0x8B8E8B) is unknown color: approx Stack. HEX triplet: 8B, 8E and 8B. RGB value is (139,142,139). Sum of RGB (Red+Green+Blue) = 139+142+139=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E8B is #747174. Grayscale: #8C8C8C. Windows color (decimal): -7631221 or 9145995. OLE color: 9145995.

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

Color convert

RGB139142139-
CMYK0.0200.020.44
HSL120º1.31%55.1%-
HSV(B)120º2.11%55.69%-
XYZ24.9826.728.26-
YUV140.76127.01126.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=33.10%
G=33.81%
B=33.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391421390.0200.020.441201.3155.1
Hex8B8E8B2022C78137
Octal21321621320254170167
Binary1000101110001110100010111001010110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,139); }

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

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

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

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

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

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

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