#84838C

Color #84838C Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #84838C

Tints of Grey Suit #84838C

Color information

#84838C (or 0x84838C) is unknown color: approx Grey Suit. HEX triplet: 84, 83 and 8C. RGB value is (132,131,140). Sum of RGB (Red+Green+Blue) = 132+131+140=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #84838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84838C is #7B7C73. Grayscale: #848484. Windows color (decimal): -8092788 or 9208708. OLE color: 9208708.

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

Color convert

RGB132131140-
CMYK0.060.0600.45
HSL246.67º3.77%53.14%-
HSV(B)246.67º6.43%54.9%-
XYZ22.3723.0328.08-
YUV132.32132.33127.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=32.75%
G=32.51%
B=34.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321311400.060.0600.45246.673.7753.14
Hex84838C6602Df7435
Octal20420321466055367465
Binary100001001000001110001100110110010110111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84838C;
 }
 .AnyTagClassName
 {
   color: #84838C;
 }
</style>
background-color css

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

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

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

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

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

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