#7A6392

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

Shades of Mamba #7A6392

Tints of Mamba #7A6392

Color information

#7A6392 (or 0x7A6392) is unknown color: approx Mamba. HEX triplet: 7A, 63 and 92. RGB value is (122,99,146). Sum of RGB (Red+Green+Blue) = 122+99+146=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A6392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6392 is #859C6D. Grayscale: #6F6F6F. Windows color (decimal): -8756334 or 9593722. OLE color: 9593722.

HSL color Cylindrical-coordinate representation of color #7A6392: hue angle of 269.36º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A6392 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12299146-
CMYK0.160.3200.43
HSL269.36º19.18%48.04%-
HSV(B)269.36º32.19%57.25%-
XYZ17.6815.1429.18-
YUV111.24147.62135.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=33.24%
G=26.98%
B=39.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122991460.160.3200.43269.3619.1848.04
Hex7A6392102002B10d1330
Octal17214322220400534152360
Binary111101011000111001001010000100000010101110000110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,146); }

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

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

 a { background-color: rgb(122,99,146); }

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

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

 span { border-color: rgb(122,99,146); }

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