#83878A

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

Shades of Aluminium #83878A

Tints of Aluminium #83878A

Color information

#83878A (or 0x83878A) is unknown color: approx Aluminium. HEX triplet: 83, 87 and 8A. RGB value is (131,135,138). Sum of RGB (Red+Green+Blue) = 131+135+138=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 138 - color contains mainly: blue. Hex color #83878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83878A is #7C7875. Grayscale: #868686. Windows color (decimal): -8157302 or 9078659. OLE color: 9078659.

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

Color convert

RGB131135138-
CMYK0.050.0200.46
HSL205.71º2.9%52.75%-
HSV(B)205.71º5.07%54.12%-
XYZ22.6123.9927.48-
YUV134.15130.17125.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=32.43%
G=33.42%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311351380.050.0200.46205.712.952.75
Hex83878A5202Ece335
Octal20320721252056316365
Binary1000001110000111100010101011001011101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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