#879196

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

Shades of Aluminium #879196

Tints of Aluminium #879196

Color information

#879196 (or 0x879196) is unknown color: approx Aluminium. HEX triplet: 87, 91 and 96. RGB value is (135,145,150). Sum of RGB (Red+Green+Blue) = 135+145+150=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 150 - color contains mainly: blue. Hex color #879196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879196 is #786E69. Grayscale: #8E8E8E. Windows color (decimal): -7892586 or 9867655. OLE color: 9867655.

HSL color Cylindrical-coordinate representation of color #879196: hue angle of 200º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879196 is Cyan = 0.1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135145150-
CMYK0.10.0300.41
HSL200º6.67%55.88%-
HSV(B)200º10%58.82%-
XYZ25.6227.632.83-
YUV142.58132.19122.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=31.40%
G=33.72%
B=34.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351451500.10.0300.412006.6755.88
Hex879196A3029c8738
Octal207221226123051310770
Binary100001111001000110010110101011010100111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879196; }

 p { color: rgb(135,145,150); }

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

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

 a { background-color: rgb(135,145,150); }

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

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

 span { border-color: rgb(135,145,150); }

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