#878383

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

Shades of Grey #878383

Tints of Grey #878383

Color information

#878383 (or 0x878383) is unknown color: approx Grey. HEX triplet: 87, 83 and 83. RGB value is (135,131,131). Sum of RGB (Red+Green+Blue) = 135+131+131=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 135 - color contains mainly: red. Hex color #878383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878383 is #787C7C. Grayscale: #848484. Windows color (decimal): -7896189 or 8618887. OLE color: 8618887.

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

Color convert

RGB135131131-
CMYK00.030.030.47
HSL1.64%52.16%-
HSV(B)2.96%52.94%-
XYZ22.223.0224.75-
YUV132.2127.33130-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=34.01%
G=33.00%
B=33.00%

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
Decimal13513113100.030.030.4701.6452.16
Hex8783830332F0234
Octal207203203033570264
Binary10000111100000111000001101111101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878383; }

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

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

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

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

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

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

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

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