Html Css Color HEX #857380 Monsoon

📋 copy color: '#857380'

red 133 ◦ green 115 ◦ blue 128

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

Shades of Monsoon #857380

Tints of Monsoon #857380

RGB

 RED value IS 133 (52.34% from 255) = 35.37%

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

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

R = 35.37%
G = 30.59%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#857380 (or 0x857380) is known color: Monsoon. HEX triplet: 85, 73 and 80. RGB value is (133,115,128). Sum of RGB (Red+Green+Blue) = 133+115+128=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #857380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857380 is #7A8C7F. Grayscale: #797979. Windows color (decimal): -8031360 or 8418181. OLE color: 8418181.

HSL color Cylindrical-coordinate representation of color #857380: hue angle of 316.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857380 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 128 -
CMYK 0 0.14 0.04 0.48
HSL 316.67º 0.07% 0.49% -
HSV(B) 316.67º 0.14% 0.52% -
XYZ 19.7 18.81 23.01 -
YUV 121.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 133 115 128 0 0.14 0.04 0.48 316.67 0.07 0.49
Hex 85 73 80 0 E 4 30 13D 7 31
Octal 205 163 200 0 16 4 60 475 7 61
Binary 10000101 1110011 10000000 0 1110 100 110000 100111101 111 110001

Color Harmonies of #857380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857380

Black with #857380

Text Example


Text Example

White with #857380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857380; }

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

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

background-color css

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

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

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

border-color css

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

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

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