#83708A

Color #83708A Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #83708A

Tints of Mamba #83708A

Color information

#83708A (or 0x83708A) is unknown color: approx 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

RGB131112138-
CMYK0.050.1900.46
HSL283.85º10.4%49.02%-
HSV(B)283.85º18.84%54.12%-
XYZ19.7418.2526.53-
YUV120.64137.79135.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=34.38%
G=29.40%
B=36.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311121380.050.1900.46283.8510.449.02
Hex83708A51302E11ca31
Octal2031602125230564341261
Binary100000111110000100010101011001101011101000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>