#8B8882

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

Shades of Heathered Grey #8B8882

Tints of Heathered Grey #8B8882

Color information

#8B8882 (or 0x8B8882) is unknown color: approx Heathered Grey. HEX triplet: 8B, 88 and 82. RGB value is (139,136,130). Sum of RGB (Red+Green+Blue) = 139+136+130=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8882 is #74777D. Grayscale: #888888. Windows color (decimal): -7632766 or 8554635. OLE color: 8554635.

HSL color Cylindrical-coordinate representation of color #8B8882: hue angle of 40º 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 #8B8882 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB139136130-
CMYK00.020.060.45
HSL40º3.73%52.75%-
HSV(B)40º6.47%54.51%-
XYZ23.4824.7124.65-
YUV136.21124.49129.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.32%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=34.32%
G=33.58%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913613000.020.060.45403.7352.75
Hex8B88820262D28435
Octal2132102020265550465
Binary100010111000100010000010010110101101101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,130); }

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

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

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

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

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

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

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