Html Css Color HEX #84878A Aluminium

📋 copy color: '#84878A'

red 132 ◦ green 135 ◦ blue 138

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

Shades of Aluminium #84878A

Tints of Aluminium #84878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 32.59%
G = 33.33%
B = 34.07%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#84878A (or 0x84878A) is known color: Aluminium. HEX triplet: 84, 87 and 8A. RGB value is (132,135,138). Sum of RGB (Red+Green+Blue) = 132+135+138=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 138 - color contains mainly: blue. Hex color #84878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84878A is #7B7875. Grayscale: #868686. Windows color (decimal): -8091766 or 9078660. OLE color: 9078660.

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

Color convert

RGB 132 135 138 -
CMYK 0.04 0.02 0 0.46
HSL 210º 0.03% 0.53% -
HSV(B) 210º 0.04% 0.54% -
XYZ 22.77 24.07 27.49 -
YUV 134.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 132 135 138 0.04 0.02 0 0.46 210 0.03 0.53
Hex 84 87 8A 4 2 0 2E D2 2 35
Octal 204 207 212 4 2 0 56 322 2 65
Binary 10000100 10000111 10001010 100 10 0 101110 11010010 10 110101

Color Harmonies of #84878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84878A

Black with #84878A

Text Example


Text Example

White with #84878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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