Html Css Color HEX #857080 Monsoon

📋 copy color: '#857080'

red 133 ◦ green 112 ◦ blue 128

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

Shades of Monsoon #857080

Tints of Monsoon #857080

RGB

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

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

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

R = 35.66%
G = 30.03%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#857080 (or 0x857080) is known color: Monsoon. HEX triplet: 85, 70 and 80. RGB value is (133,112,128). Sum of RGB (Red+Green+Blue) = 133+112+128=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #857080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857080 is #7A8F7F. Grayscale: #787878. Windows color (decimal): -8032128 or 8417413. OLE color: 8417413.

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

Color convert

RGB 133 112 128 -
CMYK 0 0.16 0.04 0.48
HSL 314.29º 0.09% 0.48% -
HSV(B) 314.29º 0.16% 0.52% -
XYZ 19.36 18.13 22.9 -
YUV 120.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 133 112 128 0 0.16 0.04 0.48 314.29 0.09 0.48
Hex 85 70 80 0 10 4 30 13A 9 30
Octal 205 160 200 0 20 4 60 472 11 60
Binary 10000101 1110000 10000000 0 10000 100 110000 100111010 1001 110000

Color Harmonies of #857080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857080

Black with #857080

Text Example


Text Example

White with #857080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857080; }

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

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

background-color css

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

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

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

border-color css

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

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

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