Html Css Color HEX #836C7A Monsoon

📋 copy color: '#836C7A'

red 131 ◦ green 108 ◦ blue 122

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

Shades of Monsoon #836C7A

Tints of Monsoon #836C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 36.29%
G = 29.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#836C7A (or 0x836C7A) is known color: Monsoon. HEX triplet: 83, 6C and 7A. RGB value is (131,108,122). Sum of RGB (Red+Green+Blue) = 131+108+122=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #836C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C7A is #7C9385. Grayscale: #747474. Windows color (decimal): -8164230 or 8023171. OLE color: 8023171.

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

Color convert

RGB 131 108 122 -
CMYK 0 0.18 0.07 0.49
HSL 323.48º 0.1% 0.47% -
HSV(B) 323.48º 0.18% 0.51% -
XYZ 18.24 16.96 20.72 -
YUV 116.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 131 108 122 0 0.18 0.07 0.49 323.48 0.1 0.47
Hex 83 6C 7A 0 12 7 31 143 A 2F
Octal 203 154 172 0 22 7 61 503 12 57
Binary 10000011 1101100 1111010 0 10010 111 110001 101000011 1010 101111

Color Harmonies of #836C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C7A

Black with #836C7A

Text Example


Text Example

White with #836C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,108,122); }

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

background-color css

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

 a { background-color: rgb(131,108,122); }

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

border-color css

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

 span { border-color: rgb(131,108,122); }

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