Html Css Color HEX #836D7D Monsoon

📋 copy color: '#836D7D'

red 131 ◦ green 109 ◦ blue 125

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

Shades of Monsoon #836D7D

Tints of Monsoon #836D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 35.89%
G = 29.86%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#836D7D (or 0x836D7D) is known color: Monsoon. HEX triplet: 83, 6D and 7D. RGB value is (131,109,125). Sum of RGB (Red+Green+Blue) = 131+109+125=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #836D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D7D is #7C9282. Grayscale: #757575. Windows color (decimal): -8163971 or 8220035. OLE color: 8220035.

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

Color convert

RGB 131 109 125 -
CMYK 0 0.17 0.05 0.49
HSL 316.36º 0.09% 0.47% -
HSV(B) 316.36º 0.17% 0.51% -
XYZ 18.53 17.24 21.75 -
YUV 117.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 131 109 125 0 0.17 0.05 0.49 316.36 0.09 0.47
Hex 83 6D 7D 0 11 5 31 13C 9 2F
Octal 203 155 175 0 21 5 61 474 11 57
Binary 10000011 1101101 1111101 0 10001 101 110001 100111100 1001 101111

Color Harmonies of #836D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D7D

Black with #836D7D

Text Example


Text Example

White with #836D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,109,125); }

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

background-color css

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

 a { background-color: rgb(131,109,125); }

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

border-color css

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

 span { border-color: rgb(131,109,125); }

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