#838882

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

Shades of Stack #838882

Tints of Stack #838882

Color information

#838882 (or 0x838882) is unknown color: approx Stack. HEX triplet: 83, 88 and 82. RGB value is (131,136,130). Sum of RGB (Red+Green+Blue) = 131+136+130=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #838882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838882 is #7C777D. Grayscale: #858585. Windows color (decimal): -8157054 or 8554627. OLE color: 8554627.

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

Color convert

RGB131136130-
CMYK0.0400.040.47
HSL110º2.46%52.16%-
HSV(B)110º4.41%53.33%-
XYZ22.1924.0524.59-
YUV133.82125.84125.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=33.00%
G=34.26%
B=32.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361300.0400.040.471102.4652.16
Hex8388824042F6e234
Octal20321020240457156264
Binary1000001110001000100000101000100101111110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838882; }

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

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

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

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

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

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

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

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