Html Css Color HEX #877382 Monsoon

📋 copy color: '#877382'

red 135 ◦ green 115 ◦ blue 130

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

Shades of Monsoon #877382

Tints of Monsoon #877382

RGB

 RED value IS 135 (53.13% from 255) = 35.53%

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

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

R = 35.53%
G = 30.26%
B = 34.21%

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

#877382 (or 0x877382) is known color: Monsoon. HEX triplet: 87, 73 and 82. RGB value is (135,115,130). Sum of RGB (Red+Green+Blue) = 135+115+130=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877382 is #788C7D. Grayscale: #7A7A7A. Windows color (decimal): -7900286 or 8549255. OLE color: 8549255.

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

Color convert

RGB 135 115 130 -
CMYK 0 0.15 0.04 0.47
HSL 315º 0.08% 0.49% -
HSV(B) 315º 0.15% 0.53% -
XYZ 20.15 19.02 23.73 -
YUV 122.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 135 115 130 0 0.15 0.04 0.47 315 0.08 0.49
Hex 87 73 82 0 F 4 2F 13B 8 31
Octal 207 163 202 0 17 4 57 473 10 61
Binary 10000111 1110011 10000010 0 1111 100 101111 100111011 1000 110001

Color Harmonies of #877382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877382

Black with #877382

Text Example


Text Example

White with #877382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877382; }

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

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

background-color css

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

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

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

border-color css

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

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

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