Html Css Color HEX #80878E Aluminium

📋 copy color: '#80878E'

red 128 ◦ green 135 ◦ blue 142

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

Shades of Aluminium #80878E

Tints of Aluminium #80878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 31.6%
G = 33.33%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80878E (or 0x80878E) is known color: Aluminium. HEX triplet: 80, 87 and 8E. RGB value is (128,135,142). Sum of RGB (Red+Green+Blue) = 128+135+142=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #80878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80878E is #7F7871. Grayscale: #858585. Windows color (decimal): -8353906 or 9340800. OLE color: 9340800.

HSL color Cylindrical-coordinate representation of color #80878E: hue angle of 210º 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 #80878E is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 135 142 -
CMYK 0.10 0.05 0 0.44
HSL 210º 0.06% 0.53% -
HSV(B) 210º 0.1% 0.56% -
XYZ 22.45 23.87 29.02 -
YUV 133.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 128 135 142 0.10 0.05 0 0.44 210 0.06 0.53
Hex 80 87 8E A 5 0 2C D2 6 35
Octal 200 207 216 12 5 0 54 322 6 65
Binary 10000000 10000111 10001110 1010 101 0 101100 11010010 110 110101

Color Harmonies of #80878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80878E

Black with #80878E

Text Example


Text Example

White with #80878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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