Html Css Color HEX #879095 Aluminium

📋 copy color: '#879095'

red 135 ◦ green 144 ◦ blue 149

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

Shades of Aluminium #879095

Tints of Aluminium #879095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 31.54%
G = 33.64%
B = 34.81%

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

#879095 (or 0x879095) is known color: Aluminium. HEX triplet: 87, 90 and 95. RGB value is (135,144,149). Sum of RGB (Red+Green+Blue) = 135+144+149=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #879095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879095 is #786F6A. Grayscale: #8D8D8D. Windows color (decimal): -7892843 or 9801863. OLE color: 9801863.

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

Color convert

RGB 135 144 149 -
CMYK 0.09 0.03 0 0.42
HSL 201.43º 0.06% 0.56% -
HSV(B) 201.43º 0.09% 0.58% -
XYZ 25.39 27.27 32.36 -
YUV 141.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 135 144 149 0.09 0.03 0 0.42 201.43 0.06 0.56
Hex 87 90 95 9 3 0 2A C9 6 38
Octal 207 220 225 11 3 0 52 311 6 70
Binary 10000111 10010000 10010101 1001 11 0 101010 11001001 110 111000

Color Harmonies of #879095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879095

Black with #879095

Text Example


Text Example

White with #879095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879095; }

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

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

background-color css

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

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

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

border-color css

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

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

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