Html Css Color HEX #837A86 Mamba

📋 copy color: '#837A86'

red 131 ◦ green 122 ◦ blue 134

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

Shades of Mamba #837A86

Tints of Mamba #837A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.52%

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

R = 33.85%
G = 31.52%
B = 34.63%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837A86 (or 0x837A86) is known color: Mamba. HEX triplet: 83, 7A and 86. RGB value is (131,122,134). Sum of RGB (Red+Green+Blue) = 131+122+134=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 134 - color contains mainly: blue. Hex color #837A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A86 is #7C8579. Grayscale: #7E7E7E. Windows color (decimal): -8160634 or 8813187. OLE color: 8813187.

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

Color convert

RGB 131 122 134 -
CMYK 0.02 0.09 0 0.47
HSL 285º 0.05% 0.5% -
HSV(B) 285º 0.09% 0.53% -
XYZ 20.62 20.47 25.42 -
YUV 126.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 131 122 134 0.02 0.09 0 0.47 285 0.05 0.5
Hex 83 7A 86 2 9 0 2F 11D 5 32
Octal 203 172 206 2 11 0 57 435 5 62
Binary 10000011 1111010 10000110 10 1001 0 101111 100011101 101 110010

Color Harmonies of #837A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A86

Black with #837A86

Text Example


Text Example

White with #837A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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