Html Css Color HEX #879296 Aluminium

📋 copy color: '#879296'

red 135 ◦ green 146 ◦ blue 150

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

Shades of Aluminium #879296

Tints of Aluminium #879296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 31.32%
G = 33.87%
B = 34.8%

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

#879296 (or 0x879296) is known color: Aluminium. HEX triplet: 87, 92 and 96. RGB value is (135,146,150). Sum of RGB (Red+Green+Blue) = 135+146+150=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 150 - color contains mainly: blue. Hex color #879296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879296 is #786D69. Grayscale: #8F8F8F. Windows color (decimal): -7892330 or 9867911. OLE color: 9867911.

HSL color Cylindrical-coordinate representation of color #879296: hue angle of 196º 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 #879296 is Cyan = 0.1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 146 150 -
CMYK 0.1 0.03 0 0.41
HSL 196º 0.07% 0.56% -
HSV(B) 196º 0.1% 0.59% -
XYZ 25.78 27.91 32.88 -
YUV 143.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 135 146 150 0.1 0.03 0 0.41 196 0.07 0.56
Hex 87 92 96 A 3 0 29 C4 7 38
Octal 207 222 226 12 3 0 51 304 7 70
Binary 10000111 10010010 10010110 1010 11 0 101001 11000100 111 111000

Color Harmonies of #879296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879296

Black with #879296

Text Example


Text Example

White with #879296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879296; }

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

 H1.HeaderClassName
 {
   color: #879296;
 }
 .AnyTagClassName
 {
   color: #879296;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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