Html Css Color HEX #836E7F Monsoon

📋 copy color: '#836E7F'

red 131 ◦ green 110 ◦ blue 127

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

Shades of Monsoon #836E7F

Tints of Monsoon #836E7F

RGB

 RED value IS 131 (51.56% from 255) = 35.6%

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 35.6%
G = 29.89%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#836E7F (or 0x836E7F) is known color: Monsoon. HEX triplet: 83, 6E and 7F. RGB value is (131,110,127). Sum of RGB (Red+Green+Blue) = 131+110+127=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #836E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E7F is #7C9180. Grayscale: #767676. Windows color (decimal): -8163713 or 8351363. OLE color: 8351363.

HSL color Cylindrical-coordinate representation of color #836E7F: hue angle of 311.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #836E7F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 110 127 -
CMYK 0 0.16 0.03 0.49
HSL 311.43º 0.09% 0.47% -
HSV(B) 311.43º 0.16% 0.51% -
XYZ 18.77 17.51 22.47 -
YUV 118.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 131 110 127 0 0.16 0.03 0.49 311.43 0.09 0.47
Hex 83 6E 7F 0 10 3 31 137 9 2F
Octal 203 156 177 0 20 3 61 467 11 57
Binary 10000011 1101110 1111111 0 10000 11 110001 100110111 1001 101111

Color Harmonies of #836E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E7F

Black with #836E7F

Text Example


Text Example

White with #836E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836E7F; }

 p { color: rgb(131,110,127); }

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

background-color css

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

 a { background-color: rgb(131,110,127); }

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

border-color css

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

 span { border-color: rgb(131,110,127); }

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