#84888B

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

Shades of Aluminium #84888B

Tints of Aluminium #84888B

Color information

#84888B (or 0x84888B) is unknown color: approx Aluminium. HEX triplet: 84, 88 and 8B. RGB value is (132,136,139). Sum of RGB (Red+Green+Blue) = 132+136+139=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #84888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84888B is #7B7774. Grayscale: #878787. Windows color (decimal): -8091509 or 9144452. OLE color: 9144452.

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

Color convert

RGB132136139-
CMYK0.050.0200.45
HSL205.71º2.93%53.14%-
HSV(B)205.71º5.04%54.51%-
XYZ22.9824.3827.92-
YUV135.15130.17125.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=32.43%
G=33.42%
B=34.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321361390.050.0200.45205.712.9353.14
Hex84888B5202Dce335
Octal20421021352055316365
Binary1000010010001000100010111011001011011100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84888B; }

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

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

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

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

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

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

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

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