Html Css Color HEX #887085 Monsoon

📋 copy color: '#887085'

red 136 ◦ green 112 ◦ blue 133

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

Shades of Monsoon #887085

Tints of Monsoon #887085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 35.7%
G = 29.4%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#887085 (or 0x887085) is known color: Monsoon. HEX triplet: 88, 70 and 85. RGB value is (136,112,133). Sum of RGB (Red+Green+Blue) = 136+112+133=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #887085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887085 is #778F7A. Grayscale: #797979. Windows color (decimal): -7835515 or 8745096. OLE color: 8745096.

HSL color Cylindrical-coordinate representation of color #887085: hue angle of 307.5º 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 #887085 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 133 -
CMYK 0 0.18 0.02 0.47
HSL 307.5º 0.1% 0.49% -
HSV(B) 307.5º 0.18% 0.53% -
XYZ 20.18 18.52 24.7 -
YUV 121.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 136 112 133 0 0.18 0.02 0.47 307.5 0.1 0.49
Hex 88 70 85 0 12 2 2F 134 A 31
Octal 210 160 205 0 22 2 57 464 12 61
Binary 10001000 1110000 10000101 0 10010 10 101111 100110100 1010 110001

Color Harmonies of #887085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887085

Black with #887085

Text Example


Text Example

White with #887085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887085; }

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

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

background-color css

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

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

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

border-color css

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

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

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