Html Css Color HEX #80868B Aluminium

📋 copy color: '#80868B'

red 128 ◦ green 134 ◦ blue 139

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

Shades of Aluminium #80868B

Tints of Aluminium #80868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 31.92%
G = 33.42%
B = 34.66%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80868B (or 0x80868B) is known color: Aluminium. HEX triplet: 80, 86 and 8B. RGB value is (128,134,139). Sum of RGB (Red+Green+Blue) = 128+134+139=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #80868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80868B is #7F7974. Grayscale: #848484. Windows color (decimal): -8354165 or 9143936. OLE color: 9143936.

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

Color convert

RGB 128 134 139 -
CMYK 0.08 0.04 0 0.45
HSL 207.27º 0.05% 0.52% -
HSV(B) 207.27º 0.08% 0.55% -
XYZ 22.09 23.5 27.8 -
YUV 132.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 128 134 139 0.08 0.04 0 0.45 207.27 0.05 0.52
Hex 80 86 8B 8 4 0 2D CF 5 34
Octal 200 206 213 10 4 0 55 317 5 64
Binary 10000000 10000110 10001011 1000 100 0 101101 11001111 101 110100

Color Harmonies of #80868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80868B

Black with #80868B

Text Example


Text Example

White with #80868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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