Html Css Color HEX #82878C Aluminium

📋 copy color: '#82878C'

red 130 ◦ green 135 ◦ blue 140

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

Shades of Aluminium #82878C

Tints of Aluminium #82878C

RGB

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

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

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

R = 32.1%
G = 33.33%
B = 34.57%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82878C (or 0x82878C) is known color: Aluminium. HEX triplet: 82, 87 and 8C. RGB value is (130,135,140). Sum of RGB (Red+Green+Blue) = 130+135+140=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #82878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82878C is #7D7873. Grayscale: #868686. Windows color (decimal): -8222836 or 9209730. OLE color: 9209730.

HSL color Cylindrical-coordinate representation of color #82878C: hue angle of 210º 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 #82878C is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 135 140 -
CMYK 0.07 0.04 0 0.45
HSL 210º 0.04% 0.53% -
HSV(B) 210º 0.07% 0.55% -
XYZ 22.6 23.97 28.25 -
YUV 134.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 130 135 140 0.07 0.04 0 0.45 210 0.04 0.53
Hex 82 87 8C 7 4 0 2D D2 4 35
Octal 202 207 214 7 4 0 55 322 4 65
Binary 10000010 10000111 10001100 111 100 0 101101 11010010 100 110101

Color Harmonies of #82878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82878C

Black with #82878C

Text Example


Text Example

White with #82878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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