#848D86

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

Shades of Stack #848D86

Tints of Stack #848D86

Color information

#848D86 (or 0x848D86) is unknown color: approx Stack. HEX triplet: 84, 8D and 86. RGB value is (132,141,134). Sum of RGB (Red+Green+Blue) = 132+141+134=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 141 - color contains mainly: green. Hex color #848D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D86 is #7B7279. Grayscale: #898989. Windows color (decimal): -8090234 or 8818052. OLE color: 8818052.

HSL color Cylindrical-coordinate representation of color #848D86: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D86 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB132141134-
CMYK0.0600.050.45
HSL133.33º3.8%53.53%-
HSV(B)133.33º6.38%55.29%-
XYZ23.3425.6826.28-
YUV137.51126.02124.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=32.43%
G=34.64%
B=32.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411340.0600.050.45133.333.853.53
Hex848D866052D85436
Octal20421520660555205466
Binary100001001000110110000110110010110110110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D86; }

 p { color: rgb(132,141,134); }

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

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

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

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

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

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

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