#84878C

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

Shades of Aluminium #84878C

Tints of Aluminium #84878C

Color information

#84878C (or 0x84878C) is unknown color: approx Aluminium. HEX triplet: 84, 87 and 8C. RGB value is (132,135,140). Sum of RGB (Red+Green+Blue) = 132+135+140=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #84878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84878C is #7B7873. Grayscale: #868686. Windows color (decimal): -8091764 or 9209732. OLE color: 9209732.

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

Color convert

RGB132135140-
CMYK0.060.0400.45
HSL217.5º3.36%53.33%-
HSV(B)217.5º5.71%54.9%-
XYZ22.9124.1328.26-
YUV134.67131.01126.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=32.43%
G=33.17%
B=34.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321351400.060.0400.45217.53.3653.33
Hex84878C6402Dd9335
Octal20420721464055331365
Binary10000100100001111000110011010001011011101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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