#878585

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

Shades of Grey #878585

Tints of Grey #878585

Color information

#878585 (or 0x878585) is unknown color: approx Grey. HEX triplet: 87, 85 and 85. RGB value is (135,133,133). Sum of RGB (Red+Green+Blue) = 135+133+133=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 135 - color contains mainly: red. Hex color #878585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878585 is #787A7A. Grayscale: #858585. Windows color (decimal): -7895675 or 8750471. OLE color: 8750471.

HSL color Cylindrical-coordinate representation of color #878585: 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.01%. Process color model (Four color, CMYK) of #878585 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135133133-
CMYK00.010.010.47
HSL0.83%52.55%-
HSV(B)1.48%52.94%-
XYZ22.6123.6225.56-
YUV133.6127.66129-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=33.67%
G=33.17%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513313300.010.010.4700.8352.55
Hex8785850112F0135
Octal207205205011570165
Binary10000111100001011000010101110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878585; }

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

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

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

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

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

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

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

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