Html Css Color HEX #82878E Aluminium

📋 copy color: '#82878E'

red 130 ◦ green 135 ◦ blue 142

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

Shades of Aluminium #82878E

Tints of Aluminium #82878E

RGB

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

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

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

R = 31.94%
G = 33.17%
B = 34.89%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82878E (or 0x82878E) is known color: Aluminium. HEX triplet: 82, 87 and 8E. RGB value is (130,135,142). Sum of RGB (Red+Green+Blue) = 130+135+142=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 142 - color contains mainly: blue. Hex color #82878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82878E is #7D7871. Grayscale: #868686. Windows color (decimal): -8222834 or 9340802. OLE color: 9340802.

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

Color convert

RGB 130 135 142 -
CMYK 0.08 0.05 0 0.44
HSL 215º 0.05% 0.53% -
HSV(B) 215º 0.08% 0.56% -
XYZ 22.75 24.03 29.03 -
YUV 134.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 130 135 142 0.08 0.05 0 0.44 215 0.05 0.53
Hex 82 87 8E 8 5 0 2C D7 5 35
Octal 202 207 216 10 5 0 54 327 5 65
Binary 10000010 10000111 10001110 1000 101 0 101100 11010111 101 110101

Color Harmonies of #82878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82878E

Black with #82878E

Text Example


Text Example

White with #82878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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