Html Css Color HEX #836F7F Monsoon

📋 copy color: '#836F7F'

red 131 ◦ green 111 ◦ blue 127

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

Shades of Monsoon #836F7F

Tints of Monsoon #836F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

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

R = 35.5%
G = 30.08%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#836F7F (or 0x836F7F) is known color: Monsoon. HEX triplet: 83, 6F and 7F. RGB value is (131,111,127). Sum of RGB (Red+Green+Blue) = 131+111+127=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #836F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F7F is #7C9080. Grayscale: #767676. Windows color (decimal): -8163457 or 8351619. OLE color: 8351619.

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

Color convert

RGB 131 111 127 -
CMYK 0 0.15 0.03 0.49
HSL 312º 0.08% 0.47% -
HSV(B) 312º 0.15% 0.51% -
XYZ 18.88 17.73 22.51 -
YUV 118.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 131 111 127 0 0.15 0.03 0.49 312 0.08 0.47
Hex 83 6F 7F 0 F 3 31 138 8 2F
Octal 203 157 177 0 17 3 61 470 10 57
Binary 10000011 1101111 1111111 0 1111 11 110001 100111000 1000 101111

Color Harmonies of #836F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F7F

Black with #836F7F

Text Example


Text Example

White with #836F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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