#888585

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

Shades of Grey #888585

Tints of Grey #888585

Color information

#888585 (or 0x888585) is unknown color: approx Grey. HEX triplet: 88, 85 and 85. RGB value is (136,133,133). Sum of RGB (Red+Green+Blue) = 136+133+133=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 136 - color contains mainly: red. Hex color #888585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888585 is #777A7A. Grayscale: #858585. Windows color (decimal): -7830139 or 8750472. OLE color: 8750472.

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

Color convert

RGB136133133-
CMYK00.020.020.47
HSL1.24%52.75%-
HSV(B)2.21%53.33%-
XYZ22.7723.725.57-
YUV133.9127.49129.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=33.83%
G=33.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613313300.020.020.4701.2452.75
Hex8885850222F0135
Octal210205205022570165
Binary1000100010000101100001010101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888585; }

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

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

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

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

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

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

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

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