#879384

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

Shades of Stack #879384

Tints of Stack #879384

Color information

#879384 (or 0x879384) is unknown color: approx Stack. HEX triplet: 87, 93 and 84. RGB value is (135,147,132). Sum of RGB (Red+Green+Blue) = 135+147+132=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #879384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879384 is #786C7B. Grayscale: #8D8D8D. Windows color (decimal): -7892092 or 8688519. OLE color: 8688519.

HSL color Cylindrical-coordinate representation of color #879384: hue angle of 108º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879384 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB135147132-
CMYK0.0800.100.42
HSL108º6.49%54.71%-
HSV(B)108º10.2%57.65%-
XYZ24.5927.6825.88-
YUV141.7122.52123.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.61%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=32.61%
G=35.51%
B=31.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471320.0800.100.421086.4954.71
Hex87938480A2A6c637
Octal2072232041001252154667
Binary1000011110010011100001001000010101010101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879384; }

 p { color: rgb(135,147,132); }

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

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

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

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

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

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

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