#7E6984

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

Shades of Mamba #7E6984

Tints of Mamba #7E6984

Color information

#7E6984 (or 0x7E6984) is unknown color: approx Mamba. HEX triplet: 7E, 69 and 84. RGB value is (126,105,132). Sum of RGB (Red+Green+Blue) = 126+105+132=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E6984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6984 is #81967B. Grayscale: #727272. Windows color (decimal): -8492668 or 8677758. OLE color: 8677758.

HSL color Cylindrical-coordinate representation of color #7E6984: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E6984 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB126105132-
CMYK0.050.2000.48
HSL286.67º11.39%46.47%-
HSV(B)286.67º20.45%51.76%-
XYZ17.8216.224.02-
YUV114.36137.96136.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=34.71%
G=28.93%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261051320.050.2000.48286.6711.3946.47
Hex7E698451403011fb2e
Octal1761512045240604371356
Binary11111101101001100001001011010001100001000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6984; }

 p { color: rgb(126,105,132); }

 H1.HeaderClassName
 {
   color: #7E6984;
 }
 .AnyTagClassName
 {
   color: #7E6984;
 }
</style>
background-color css

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

 a { background-color: rgb(126,105,132); }

 div.DivClassName
 {
   background-color: #7E6984;
 }
 .BgClassName
 {
   background-color: #7E6984;
 }
</style>
border-color css

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

 span { border-color: rgb(126,105,132); }

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