Html Css Color HEX #84838D Grey Suit

📋 copy color: '#84838D'

red 132 ◦ green 131 ◦ blue 141

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

Shades of Grey Suit #84838D

Tints of Grey Suit #84838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 32.67%
G = 32.43%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84838D (or 0x84838D) is known color: Grey Suit. HEX triplet: 84, 83 and 8D. RGB value is (132,131,141). Sum of RGB (Red+Green+Blue) = 132+131+141=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #84838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84838D is #7B7C72. Grayscale: #848484. Windows color (decimal): -8092787 or 9274244. OLE color: 9274244.

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

Color convert

RGB 132 131 141 -
CMYK 0.06 0.07 0 0.45
HSL 246º 0.04% 0.53% -
HSV(B) 246º 0.07% 0.55% -
XYZ 22.44 23.06 28.47 -
YUV 132.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 132 131 141 0.06 0.07 0 0.45 246 0.04 0.53
Hex 84 83 8D 6 7 0 2D F6 4 35
Octal 204 203 215 6 7 0 55 366 4 65
Binary 10000100 10000011 10001101 110 111 0 101101 11110110 100 110101

Color Harmonies of #84838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84838D

Black with #84838D

Text Example


Text Example

White with #84838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84838D;
 }
 .AnyTagClassName
 {
   color: #84838D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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