Html Css Color HEX #879196 Aluminium

📋 copy color: '#879196'

red 135 ◦ green 145 ◦ blue 150

#879196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #879196

Tints of Aluminium #879196

RGB

 RED value IS 135 (53.13% from 255) = 31.4%

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 31.4%
G = 33.72%
B = 34.88%

CMYK

 C value IS 0.1

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#879196 (or 0x879196) is known color: 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

RGB 135 145 150 -
CMYK 0.1 0.03 0 0.41
HSL 200º 0.07% 0.56% -
HSV(B) 200º 0.1% 0.59% -
XYZ 25.62 27.6 32.83 -
YUV 142.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 135 145 150 0.1 0.03 0 0.41 200 0.07 0.56
Hex 87 91 96 A 3 0 29 C8 7 38
Octal 207 221 226 12 3 0 51 310 7 70
Binary 10000111 10010001 10010110 1010 11 0 101001 11001000 111 111000

Color Harmonies of #879196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879196

Black with #879196

Text Example


Text Example

White with #879196

Text Example


Text Example

HTML Codes & Css Web 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>