#84878A

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

Shades of Aluminium #84878A

Tints of Aluminium #84878A

Color information

#84878A (or 0x84878A) is unknown color: approx Aluminium. HEX triplet: 84, 87 and 8A. RGB value is (132,135,138). Sum of RGB (Red+Green+Blue) = 132+135+138=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 138 - color contains mainly: blue. Hex color #84878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84878A is #7B7875. Grayscale: #868686. Windows color (decimal): -8091766 or 9078660. OLE color: 9078660.

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

Color convert

RGB132135138-
CMYK0.040.0200.46
HSL210º2.5%52.94%-
HSV(B)210º4.35%54.12%-
XYZ22.7724.0727.49-
YUV134.44130.01126.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=32.59%
G=33.33%
B=34.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321351380.040.0200.462102.552.94
Hex84878A4202Ed2235
Octal20420721242056322265
Binary1000010010000111100010101001001011101101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84878A; }

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

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

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

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

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

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

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

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