Html Css Color HEX #837886 Mamba

📋 copy color: '#837886'

red 131 ◦ green 120 ◦ blue 134

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

Shades of Mamba #837886

Tints of Mamba #837886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 34.03%
G = 31.17%
B = 34.81%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837886 (or 0x837886) is known color: Mamba. HEX triplet: 83, 78 and 86. RGB value is (131,120,134). Sum of RGB (Red+Green+Blue) = 131+120+134=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 134 - color contains mainly: blue. Hex color #837886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837886 is #7C8779. Grayscale: #7C7C7C. Windows color (decimal): -8161146 or 8812675. OLE color: 8812675.

HSL color Cylindrical-coordinate representation of color #837886: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837886 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 120 134 -
CMYK 0.02 0.10 0 0.47
HSL 287.14º 0.06% 0.5% -
HSV(B) 287.14º 0.1% 0.53% -
XYZ 20.38 19.98 25.34 -
YUV 124.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 131 120 134 0.02 0.10 0 0.47 287.14 0.06 0.5
Hex 83 78 86 2 A 0 2F 11F 6 32
Octal 203 170 206 2 12 0 57 437 6 62
Binary 10000011 1111000 10000110 10 1010 0 101111 100011111 110 110010

Color Harmonies of #837886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837886

Black with #837886

Text Example


Text Example

White with #837886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837886; }

 p { color: rgb(131,120,134); }

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

background-color css

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

 a { background-color: rgb(131,120,134); }

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

border-color css

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

 span { border-color: rgb(131,120,134); }

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