Html Css Color HEX #879195 Aluminium

📋 copy color: '#879195'

red 135 ◦ green 145 ◦ blue 149

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

Shades of Aluminium #879195

Tints of Aluminium #879195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 31.47%
G = 33.8%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#879195 (or 0x879195) is known color: Aluminium. HEX triplet: 87, 91 and 95. RGB value is (135,145,149). Sum of RGB (Red+Green+Blue) = 135+145+149=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 149 - color contains mainly: blue. Hex color #879195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879195 is #786E6A. Grayscale: #8E8E8E. Windows color (decimal): -7892587 or 9802119. OLE color: 9802119.

HSL color Cylindrical-coordinate representation of color #879195: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879195 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 145 149 -
CMYK 0.09 0.03 0 0.42
HSL 197.14º 0.06% 0.56% -
HSV(B) 197.14º 0.09% 0.58% -
XYZ 25.54 27.57 32.41 -
YUV 142.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 135 145 149 0.09 0.03 0 0.42 197.14 0.06 0.56
Hex 87 91 95 9 3 0 2A C5 6 38
Octal 207 221 225 11 3 0 52 305 6 70
Binary 10000111 10010001 10010101 1001 11 0 101010 11000101 110 111000

Color Harmonies of #879195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879195

Black with #879195

Text Example


Text Example

White with #879195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879195; }

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

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

background-color css

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

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

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

border-color css

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

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

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