#888484

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

Shades of Grey #888484

Tints of Grey #888484

Color information

#888484 (or 0x888484) is unknown color: approx Grey. HEX triplet: 88, 84 and 84. RGB value is (136,132,132). Sum of RGB (Red+Green+Blue) = 136+132+132=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 136 - color contains mainly: red. Hex color #888484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888484 is #777B7B. Grayscale: #858585. Windows color (decimal): -7830396 or 8684680. OLE color: 8684680.

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

Color convert

RGB136132132-
CMYK00.030.030.47
HSL1.65%52.55%-
HSV(B)2.94%53.33%-
XYZ22.5723.425.16-
YUV133.2127.33130-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 132 (51.95% from 255) = 33%
R=34%
G=33%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613213200.030.030.4701.6552.55
Hex8884840332F0235
Octal210204204033570265
Binary10001000100001001000010001111101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888484; }

 p { color: rgb(136,132,132); }

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

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

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

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

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

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

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