Html Css Color HEX #84878C Aluminium

📋 copy color: '#84878C'

red 132 ◦ green 135 ◦ blue 140

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

Shades of Aluminium #84878C

Tints of Aluminium #84878C

RGB

 RED value IS 132 (51.95% from 255) = 32.43%

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

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

R = 32.43%
G = 33.17%
B = 34.4%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84878C (or 0x84878C) is known color: Aluminium. HEX triplet: 84, 87 and 8C. RGB value is (132,135,140). Sum of RGB (Red+Green+Blue) = 132+135+140=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #84878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84878C is #7B7873. Grayscale: #868686. Windows color (decimal): -8091764 or 9209732. OLE color: 9209732.

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

Color convert

RGB 132 135 140 -
CMYK 0.06 0.04 0 0.45
HSL 217.5º 0.03% 0.53% -
HSV(B) 217.5º 0.06% 0.55% -
XYZ 22.91 24.13 28.26 -
YUV 134.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 132 135 140 0.06 0.04 0 0.45 217.5 0.03 0.53
Hex 84 87 8C 6 4 0 2D DA 3 35
Octal 204 207 214 6 4 0 55 332 3 65
Binary 10000100 10000111 10001100 110 100 0 101101 11011010 11 110101

Color Harmonies of #84878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84878C

Black with #84878C

Text Example


Text Example

White with #84878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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