Html Css Color HEX #84888E Aluminium

📋 copy color: '#84888E'

red 132 ◦ green 136 ◦ blue 142

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

Shades of Aluminium #84888E

Tints of Aluminium #84888E

RGB

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

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

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

R = 32.2%
G = 33.17%
B = 34.63%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84888E (or 0x84888E) is known color: Aluminium. HEX triplet: 84, 88 and 8E. RGB value is (132,136,142). Sum of RGB (Red+Green+Blue) = 132+136+142=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 142 - color contains mainly: blue. Hex color #84888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84888E is #7B7771. Grayscale: #878787. Windows color (decimal): -8091506 or 9341060. OLE color: 9341060.

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

Color convert

RGB 132 136 142 -
CMYK 0.07 0.04 0 0.44
HSL 216º 0.04% 0.54% -
HSV(B) 216º 0.07% 0.56% -
XYZ 23.2 24.47 29.09 -
YUV 135.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 132 136 142 0.07 0.04 0 0.44 216 0.04 0.54
Hex 84 88 8E 7 4 0 2C D8 4 36
Octal 204 210 216 7 4 0 54 330 4 66
Binary 10000100 10001000 10001110 111 100 0 101100 11011000 100 110110

Color Harmonies of #84888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84888E

Black with #84888E

Text Example


Text Example

White with #84888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,136,142); }

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

background-color css

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

 a { background-color: rgb(132,136,142); }

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

border-color css

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

 span { border-color: rgb(132,136,142); }

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