#848884

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

Shades of Stack #848884

Tints of Stack #848884

Color information

#848884 (or 0x848884) is unknown color: approx Stack. HEX triplet: 84, 88 and 84. RGB value is (132,136,132). Sum of RGB (Red+Green+Blue) = 132+136+132=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #848884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848884 is #7B777B. Grayscale: #868686. Windows color (decimal): -8091516 or 8685700. OLE color: 8685700.

HSL color Cylindrical-coordinate representation of color #848884: hue angle of 120º 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 #848884 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB132136132-
CMYK0.0300.030.47
HSL120º1.65%52.55%-
HSV(B)120º2.94%53.33%-
XYZ22.4824.1825.31-
YUV134.35126.67126.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361320.0300.030.471201.6552.55
Hex8488843032F78235
Octal20421020430357170265
Binary10000100100010001000010011011101111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848884; }

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

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

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

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

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

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

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

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