Html Css Color HEX #837C85 Mamba

📋 copy color: '#837C85'

red 131 ◦ green 124 ◦ blue 133

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

Shades of Mamba #837C85

Tints of Mamba #837C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 33.76%
G = 31.96%
B = 34.28%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837C85 (or 0x837C85) is known color: Mamba. HEX triplet: 83, 7C and 85. RGB value is (131,124,133). Sum of RGB (Red+Green+Blue) = 131+124+133=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 133 - color contains mainly: blue. Hex color #837C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C85 is #7C837A. Grayscale: #7F7F7F. Windows color (decimal): -8160123 or 8748163. OLE color: 8748163.

HSL color Cylindrical-coordinate representation of color #837C85: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #837C85 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 124 133 -
CMYK 0.02 0.07 0 0.48
HSL 286.67º 0.04% 0.5% -
HSV(B) 286.67º 0.07% 0.52% -
XYZ 20.8 20.93 25.13 -
YUV 127.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 131 124 133 0.02 0.07 0 0.48 286.67 0.04 0.5
Hex 83 7C 85 2 7 0 30 11F 4 32
Octal 203 174 205 2 7 0 60 437 4 62
Binary 10000011 1111100 10000101 10 111 0 110000 100011111 100 110010

Color Harmonies of #837C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C85

Black with #837C85

Text Example


Text Example

White with #837C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,133); }

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

background-color css

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

 a { background-color: rgb(131,124,133); }

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

border-color css

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

 span { border-color: rgb(131,124,133); }

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