Html Css Color HEX #867380 Monsoon

📋 copy color: '#867380'

red 134 ◦ green 115 ◦ blue 128

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

Shades of Monsoon #867380

Tints of Monsoon #867380

RGB

 RED value IS 134 (52.73% from 255) = 35.54%

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

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

R = 35.54%
G = 30.5%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#867380 (or 0x867380) is known color: Monsoon. HEX triplet: 86, 73 and 80. RGB value is (134,115,128). Sum of RGB (Red+Green+Blue) = 134+115+128=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #867380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867380 is #798C7F. Grayscale: #7A7A7A. Windows color (decimal): -7965824 or 8418182. OLE color: 8418182.

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

Color convert

RGB 134 115 128 -
CMYK 0 0.14 0.04 0.47
HSL 318.95º 0.08% 0.49% -
HSV(B) 318.95º 0.14% 0.53% -
XYZ 19.86 18.89 23.02 -
YUV 122.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 134 115 128 0 0.14 0.04 0.47 318.95 0.08 0.49
Hex 86 73 80 0 E 4 2F 13F 8 31
Octal 206 163 200 0 16 4 57 477 10 61
Binary 10000110 1110011 10000000 0 1110 100 101111 100111111 1000 110001

Color Harmonies of #867380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867380

Black with #867380

Text Example


Text Example

White with #867380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867380; }

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

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

background-color css

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

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

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

border-color css

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

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

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