Html Css Color HEX #879194 Aluminium

📋 copy color: '#879194'

red 135 ◦ green 145 ◦ blue 148

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

Shades of Aluminium #879194

Tints of Aluminium #879194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 31.54%
G = 33.88%
B = 34.58%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#879194 (or 0x879194) is known color: Aluminium. HEX triplet: 87, 91 and 94. RGB value is (135,145,148). Sum of RGB (Red+Green+Blue) = 135+145+148=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #879194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879194 is #786E6B. Grayscale: #8E8E8E. Windows color (decimal): -7892588 or 9736583. OLE color: 9736583.

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

Color convert

RGB 135 145 148 -
CMYK 0.09 0.02 0 0.42
HSL 193.85º 0.06% 0.55% -
HSV(B) 193.85º 0.09% 0.58% -
XYZ 25.46 27.54 31.99 -
YUV 142.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 135 145 148 0.09 0.02 0 0.42 193.85 0.06 0.55
Hex 87 91 94 9 2 0 2A C2 6 37
Octal 207 221 224 11 2 0 52 302 6 67
Binary 10000111 10010001 10010100 1001 10 0 101010 11000010 110 110111

Color Harmonies of #879194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879194

Black with #879194

Text Example


Text Example

White with #879194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879194; }

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

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

background-color css

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

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

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

border-color css

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

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

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