Html Css Color HEX #80868C Aluminium

📋 copy color: '#80868C'

red 128 ◦ green 134 ◦ blue 140

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

Shades of Aluminium #80868C

Tints of Aluminium #80868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 31.84%
G = 33.33%
B = 34.83%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80868C (or 0x80868C) is known color: Aluminium. HEX triplet: 80, 86 and 8C. RGB value is (128,134,140). Sum of RGB (Red+Green+Blue) = 128+134+140=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #80868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80868C is #7F7973. Grayscale: #848484. Windows color (decimal): -8354164 or 9209472. OLE color: 9209472.

HSL color Cylindrical-coordinate representation of color #80868C: hue angle of 210º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80868C is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 134 140 -
CMYK 0.09 0.04 0 0.45
HSL 210º 0.05% 0.53% -
HSV(B) 210º 0.09% 0.55% -
XYZ 22.16 23.53 28.19 -
YUV 132.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 128 134 140 0.09 0.04 0 0.45 210 0.05 0.53
Hex 80 86 8C 9 4 0 2D D2 5 35
Octal 200 206 214 11 4 0 55 322 5 65
Binary 10000000 10000110 10001100 1001 100 0 101101 11010010 101 110101

Color Harmonies of #80868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80868C

Black with #80868C

Text Example


Text Example

White with #80868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80868C; }

 p { color: rgb(128,134,140); }

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

background-color css

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

 a { background-color: rgb(128,134,140); }

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

border-color css

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

 span { border-color: rgb(128,134,140); }

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