Html Css Color HEX #837786 Mamba

📋 copy color: '#837786'

red 131 ◦ green 119 ◦ blue 134

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

Shades of Mamba #837786

Tints of Mamba #837786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

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

R = 34.11%
G = 30.99%
B = 34.9%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837786 (or 0x837786) is known color: Mamba. HEX triplet: 83, 77 and 86. RGB value is (131,119,134). Sum of RGB (Red+Green+Blue) = 131+119+134=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: blue. Hex color #837786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837786 is #7C8879. Grayscale: #7C7C7C. Windows color (decimal): -8161402 or 8812419. OLE color: 8812419.

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

Color convert

RGB 131 119 134 -
CMYK 0.02 0.11 0 0.47
HSL 288º 0.06% 0.5% -
HSV(B) 288º 0.11% 0.53% -
XYZ 20.26 19.74 25.3 -
YUV 124.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 131 119 134 0.02 0.11 0 0.47 288 0.06 0.5
Hex 83 77 86 2 B 0 2F 120 6 32
Octal 203 167 206 2 13 0 57 440 6 62
Binary 10000011 1110111 10000110 10 1011 0 101111 100100000 110 110010

Color Harmonies of #837786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837786

Black with #837786

Text Example


Text Example

White with #837786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837786; }

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

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

background-color css

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

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

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

border-color css

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

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

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