Html Css Color HEX #82888C Aluminium

📋 copy color: '#82888C'

red 130 ◦ green 136 ◦ blue 140

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

Shades of Aluminium #82888C

Tints of Aluminium #82888C

RGB

 RED value IS 130 (51.17% from 255) = 32.02%

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

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

R = 32.02%
G = 33.5%
B = 34.48%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82888C (or 0x82888C) is known color: Aluminium. HEX triplet: 82, 88 and 8C. RGB value is (130,136,140). Sum of RGB (Red+Green+Blue) = 130+136+140=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #82888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82888C is #7D7773. Grayscale: #868686. Windows color (decimal): -8222580 or 9209986. OLE color: 9209986.

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

Color convert

RGB 130 136 140 -
CMYK 0.07 0.03 0 0.45
HSL 204º 0.04% 0.53% -
HSV(B) 204º 0.07% 0.55% -
XYZ 22.74 24.25 28.29 -
YUV 134.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 130 136 140 0.07 0.03 0 0.45 204 0.04 0.53
Hex 82 88 8C 7 3 0 2D CC 4 35
Octal 202 210 214 7 3 0 55 314 4 65
Binary 10000010 10001000 10001100 111 11 0 101101 11001100 100 110101

Color Harmonies of #82888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82888C

Black with #82888C

Text Example


Text Example

White with #82888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,136,140); }

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

background-color css

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

 a { background-color: rgb(130,136,140); }

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

border-color css

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

 span { border-color: rgb(130,136,140); }

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