#8B8883

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

Shades of Heathered Grey #8B8883

Tints of Heathered Grey #8B8883

Color information

#8B8883 (or 0x8B8883) is unknown color: approx Heathered Grey. HEX triplet: 8B, 88 and 83. RGB value is (139,136,131). Sum of RGB (Red+Green+Blue) = 139+136+131=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8883 is #74777C. Grayscale: #888888. Windows color (decimal): -7632765 or 8620171. OLE color: 8620171.

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

Color convert

RGB139136131-
CMYK00.020.060.45
HSL37.5º3.33%52.94%-
HSV(B)37.5º5.76%54.51%-
XYZ23.5524.7425.01-
YUV136.33124.99129.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=34.24%
G=33.50%
B=32.27%

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
Decimal13913613100.020.060.4537.53.3352.94
Hex8B88830262D26335
Octal2132102030265546365
Binary10001011100010001000001101011010110110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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