Html Css Color HEX #837887 Mamba

📋 copy color: '#837887'

red 131 ◦ green 120 ◦ blue 135

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

Shades of Mamba #837887

Tints of Mamba #837887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 33.94%
G = 31.09%
B = 34.97%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837887 (or 0x837887) is known color: Mamba. HEX triplet: 83, 78 and 87. RGB value is (131,120,135). Sum of RGB (Red+Green+Blue) = 131+120+135=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #837887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837887 is #7C8778. Grayscale: #7C7C7C. Windows color (decimal): -8161145 or 8878211. OLE color: 8878211.

HSL color Cylindrical-coordinate representation of color #837887: hue angle of 284º 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 #837887 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 120 135 -
CMYK 0.03 0.11 0 0.47
HSL 284º 0.06% 0.5% -
HSV(B) 284º 0.11% 0.53% -
XYZ 20.45 20.01 25.71 -
YUV 125 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 131 120 135 0.03 0.11 0 0.47 284 0.06 0.5
Hex 83 78 87 3 B 0 2F 11C 6 32
Octal 203 170 207 3 13 0 57 434 6 62
Binary 10000011 1111000 10000111 11 1011 0 101111 100011100 110 110010

Color Harmonies of #837887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837887

Black with #837887

Text Example


Text Example

White with #837887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837887; }

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

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

background-color css

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

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

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

border-color css

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

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

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