#7A7380

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

Shades of Mamba #7A7380

Tints of Mamba #7A7380

Color information

#7A7380 (or 0x7A7380) is unknown color: approx Mamba. HEX triplet: 7A, 73 and 80. RGB value is (122,115,128). Sum of RGB (Red+Green+Blue) = 122+115+128=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A7380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7380 is #858C7F. Grayscale: #767676. Windows color (decimal): -8752256 or 8418170. OLE color: 8418170.

HSL color Cylindrical-coordinate representation of color #7A7380: hue angle of 272.31º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A7380 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB122115128-
CMYK0.050.1000.50
HSL272.31º5.35%47.65%-
HSV(B)272.31º10.16%50.2%-
XYZ18.0517.9622.94-
YUV118.58133.32130.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=33.42%
G=31.51%
B=35.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1221151280.050.1000.50272.315.3547.65
Hex7A73805A032110530
Octal172163200512062420560
Binary111101011100111000000010110100110010100010000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,128); }

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

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

 a { background-color: rgb(122,115,128); }

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

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

 span { border-color: rgb(122,115,128); }

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