#7E6890

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

Shades of Mamba #7E6890

Tints of Mamba #7E6890

Color information

#7E6890 (or 0x7E6890) is unknown color: approx Mamba. HEX triplet: 7E, 68 and 90. RGB value is (126,104,144). Sum of RGB (Red+Green+Blue) = 126+104+144=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6890 is #81976F. Grayscale: #737373. Windows color (decimal): -8492912 or 9463934. OLE color: 9463934.

HSL color Cylindrical-coordinate representation of color #7E6890: hue angle of 273º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6890 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB126104144-
CMYK0.120.2800.44
HSL273º16.13%48.63%-
HSV(B)273º27.78%56.47%-
XYZ18.5916.3528.56-
YUV115.14144.29135.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.69%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=33.69%
G=27.81%
B=38.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261041440.120.2800.4427316.1348.63
Hex7E6890C1C02C1111031
Octal17615022014340544212061
Binary1111110110100010010000110011100010110010001000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,144); }

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

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

 a { background-color: rgb(126,104,144); }

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

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

 span { border-color: rgb(126,104,144); }

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