Html Css Color HEX #887082 Monsoon

📋 copy color: '#887082'

red 136 ◦ green 112 ◦ blue 130

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

Shades of Monsoon #887082

Tints of Monsoon #887082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 35.98%
G = 29.63%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#887082 (or 0x887082) is known color: Monsoon. HEX triplet: 88, 70 and 82. RGB value is (136,112,130). Sum of RGB (Red+Green+Blue) = 136+112+130=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #887082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887082 is #778F7D. Grayscale: #797979. Windows color (decimal): -7835518 or 8548488. OLE color: 8548488.

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

Color convert

RGB 136 112 130 -
CMYK 0 0.18 0.04 0.47
HSL 315º 0.1% 0.49% -
HSV(B) 315º 0.18% 0.53% -
XYZ 19.98 18.43 23.62 -
YUV 121.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 136 112 130 0 0.18 0.04 0.47 315 0.1 0.49
Hex 88 70 82 0 12 4 2F 13B A 31
Octal 210 160 202 0 22 4 57 473 12 61
Binary 10001000 1110000 10000010 0 10010 100 101111 100111011 1010 110001

Color Harmonies of #887082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887082

Black with #887082

Text Example


Text Example

White with #887082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887082; }

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

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

background-color css

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

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

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

border-color css

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

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

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