Html Css Color HEX #877380 Monsoon

📋 copy color: '#877380'

red 135 ◦ green 115 ◦ blue 128

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

Shades of Monsoon #877380

Tints of Monsoon #877380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 35.71%
G = 30.42%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#877380 (or 0x877380) is known color: Monsoon. HEX triplet: 87, 73 and 80. RGB value is (135,115,128). Sum of RGB (Red+Green+Blue) = 135+115+128=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #877380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877380 is #788C7F. Grayscale: #7A7A7A. Windows color (decimal): -7900288 or 8418183. OLE color: 8418183.

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

Color convert

RGB 135 115 128 -
CMYK 0 0.15 0.05 0.47
HSL 321º 0.08% 0.49% -
HSV(B) 321º 0.15% 0.53% -
XYZ 20.02 18.97 23.03 -
YUV 122.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 135 115 128 0 0.15 0.05 0.47 321 0.08 0.49
Hex 87 73 80 0 F 5 2F 141 8 31
Octal 207 163 200 0 17 5 57 501 10 61
Binary 10000111 1110011 10000000 0 1111 101 101111 101000001 1000 110001

Color Harmonies of #877380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877380

Black with #877380

Text Example


Text Example

White with #877380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877380; }

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

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

background-color css

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

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

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

border-color css

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

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

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