Html Css Color HEX #836E7E Monsoon

📋 copy color: '#836E7E'

red 131 ◦ green 110 ◦ blue 126

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

Shades of Monsoon #836E7E

Tints of Monsoon #836E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 35.69%
G = 29.97%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#836E7E (or 0x836E7E) is known color: Monsoon. HEX triplet: 83, 6E and 7E. RGB value is (131,110,126). Sum of RGB (Red+Green+Blue) = 131+110+126=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #836E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E7E is #7C9181. Grayscale: #767676. Windows color (decimal): -8163714 or 8285827. OLE color: 8285827.

HSL color Cylindrical-coordinate representation of color #836E7E: hue angle of 314.29º 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 #836E7E is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 110 126 -
CMYK 0 0.16 0.04 0.49
HSL 314.29º 0.09% 0.47% -
HSV(B) 314.29º 0.16% 0.51% -
XYZ 18.7 17.48 22.13 -
YUV 118.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 131 110 126 0 0.16 0.04 0.49 314.29 0.09 0.47
Hex 83 6E 7E 0 10 4 31 13A 9 2F
Octal 203 156 176 0 20 4 61 472 11 57
Binary 10000011 1101110 1111110 0 10000 100 110001 100111010 1001 101111

Color Harmonies of #836E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E7E

Black with #836E7E

Text Example


Text Example

White with #836E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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