Html Css Color HEX #83708A Mamba

📋 copy color: '#83708A'

red 131 ◦ green 112 ◦ blue 138

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

Shades of Mamba #83708A

Tints of Mamba #83708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 34.38%
G = 29.4%
B = 36.22%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83708A (or 0x83708A) is known color: Mamba. HEX triplet: 83, 70 and 8A. RGB value is (131,112,138). Sum of RGB (Red+Green+Blue) = 131+112+138=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #83708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83708A is #7C8F75. Grayscale: #787878. Windows color (decimal): -8163190 or 9072771. OLE color: 9072771.

HSL color Cylindrical-coordinate representation of color #83708A: hue angle of 283.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83708A is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 112 138 -
CMYK 0.05 0.19 0 0.46
HSL 283.85º 0.1% 0.49% -
HSV(B) 283.85º 0.19% 0.54% -
XYZ 19.74 18.25 26.53 -
YUV 120.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 131 112 138 0.05 0.19 0 0.46 283.85 0.1 0.49
Hex 83 70 8A 5 13 0 2E 11C A 31
Octal 203 160 212 5 23 0 56 434 12 61
Binary 10000011 1110000 10001010 101 10011 0 101110 100011100 1010 110001

Color Harmonies of #83708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83708A

Black with #83708A

Text Example


Text Example

White with #83708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83708A; }

 p { color: rgb(131,112,138); }

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

background-color css

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

 a { background-color: rgb(131,112,138); }

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

border-color css

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

 span { border-color: rgb(131,112,138); }

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