Html Css Color HEX #887382 Monsoon

📋 copy color: '#887382'

red 136 ◦ green 115 ◦ blue 130

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

Shades of Monsoon #887382

Tints of Monsoon #887382

RGB

 RED value IS 136 (53.52% from 255) = 35.7%

 GREEN value IS 115 (45.31% from 255) = 30.18%

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 35.7%
G = 30.18%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#887382 (or 0x887382) is known color: Monsoon. HEX triplet: 88, 73 and 82. RGB value is (136,115,130). Sum of RGB (Red+Green+Blue) = 136+115+130=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #887382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887382 is #778C7D. Grayscale: #7A7A7A. Windows color (decimal): -7834750 or 8549256. OLE color: 8549256.

HSL color Cylindrical-coordinate representation of color #887382: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #887382 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 115 130 -
CMYK 0 0.15 0.04 0.47
HSL 317.14º 0.08% 0.49% -
HSV(B) 317.14º 0.15% 0.53% -
XYZ 20.31 19.11 23.74 -
YUV 122.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 136 115 130 0 0.15 0.04 0.47 317.14 0.08 0.49
Hex 88 73 82 0 F 4 2F 13D 8 31
Octal 210 163 202 0 17 4 57 475 10 61
Binary 10001000 1110011 10000010 0 1111 100 101111 100111101 1000 110001

Color Harmonies of #887382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887382

Black with #887382

Text Example


Text Example

White with #887382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887382; }

 p { color: rgb(136,115,130); }

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

background-color css

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

 a { background-color: rgb(136,115,130); }

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

border-color css

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

 span { border-color: rgb(136,115,130); }

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