Html Css Color HEX #848384 Monsoon

📋 copy color: '#848384'

red 132 ◦ green 131 ◦ blue 132

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

Shades of Monsoon #848384

Tints of Monsoon #848384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 33.42%
G = 33.16%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#848384 (or 0x848384) is known color: Monsoon. HEX triplet: 84, 83 and 84. RGB value is (132,131,132). Sum of RGB (Red+Green+Blue) = 132+131+132=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #848384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848384 is #7B7C7B. Grayscale: #838383. Windows color (decimal): -8092796 or 8684420. OLE color: 8684420.

HSL color Cylindrical-coordinate representation of color #848384: hue angle of 300º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #848384 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 132 -
CMYK 0 0.01 0 0.48
HSL 300º 0% 0.52% -
HSV(B) 300º 0.01% 0.52% -
XYZ 21.8 22.8 25.08 -
YUV 131.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 132 131 132 0 0.01 0 0.48 300 0 0.52
Hex 84 83 84 0 1 0 30 12C 0 34
Octal 204 203 204 0 1 0 60 454 0 64
Binary 10000100 10000011 10000100 0 1 0 110000 100101100 0 110100

Color Harmonies of #848384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848384

Black with #848384

Text Example


Text Example

White with #848384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848384; }

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

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

background-color css

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

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

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

border-color css

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

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

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