Html Css Color HEX #80888E Aluminium

📋 copy color: '#80888E'

red 128 ◦ green 136 ◦ blue 142

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

Shades of Aluminium #80888E

Tints of Aluminium #80888E

RGB

 RED value IS 128 (50.39% from 255) = 31.53%

 GREEN value IS 136 (53.52% from 255) = 33.5%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 31.53%
G = 33.5%
B = 34.98%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80888E (or 0x80888E) is known color: Aluminium. HEX triplet: 80, 88 and 8E. RGB value is (128,136,142). Sum of RGB (Red+Green+Blue) = 128+136+142=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #80888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80888E is #7F7771. Grayscale: #868686. Windows color (decimal): -8353650 or 9341056. OLE color: 9341056.

HSL color Cylindrical-coordinate representation of color #80888E: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80888E is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 136 142 -
CMYK 0.10 0.04 0 0.44
HSL 205.71º 0.06% 0.53% -
HSV(B) 205.71º 0.1% 0.56% -
XYZ 22.59 24.15 29.06 -
YUV 134.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 128 136 142 0.10 0.04 0 0.44 205.71 0.06 0.53
Hex 80 88 8E A 4 0 2C CE 6 35
Octal 200 210 216 12 4 0 54 316 6 65
Binary 10000000 10001000 10001110 1010 100 0 101100 11001110 110 110101

Color Harmonies of #80888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80888E

Black with #80888E

Text Example


Text Example

White with #80888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80888E; }

 p { color: rgb(128,136,142); }

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

background-color css

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

 a { background-color: rgb(128,136,142); }

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

border-color css

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

 span { border-color: rgb(128,136,142); }

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