#8B8F8C

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

Shades of Envy #8B8F8C

Tints of Envy #8B8F8C

Color information

#8B8F8C (or 0x8B8F8C) is unknown color: approx Envy. HEX triplet: 8B, 8F and 8C. RGB value is (139,143,140). Sum of RGB (Red+Green+Blue) = 139+143+140=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 143 - color contains mainly: green. Hex color #8B8F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8F8C is #747073. Grayscale: #8D8D8D. Windows color (decimal): -7630964 or 9211787. OLE color: 9211787.

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

Color convert

RGB139143140-
CMYK0.0300.020.44
HSL135º1.75%55.29%-
HSV(B)135º2.8%56.08%-
XYZ25.227.0328.7-
YUV141.46127.17126.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=32.94%
G=33.89%
B=33.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391431400.0300.020.441351.7555.29
Hex8B8F8C3022C87237
Octal21321721430254207267
Binary100010111000111110001100110101011001000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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