#7A648B

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

Shades of Mamba #7A648B

Tints of Mamba #7A648B

Color information

#7A648B (or 0x7A648B) is unknown color: approx Mamba. HEX triplet: 7A, 64 and 8B. RGB value is (122,100,139). Sum of RGB (Red+Green+Blue) = 122+100+139=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A648B is #859B74. Grayscale: #6E6E6E. Windows color (decimal): -8756085 or 9135226. OLE color: 9135226.

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

Color convert

RGB122100139-
CMYK0.120.2800.45
HSL273.85º16.32%46.86%-
HSV(B)273.85º28.06%54.51%-
XYZ17.2415.1226.43-
YUV111.02143.79135.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=33.80%
G=27.70%
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.45
SystemRedGreenBlueCMYKHSL
Decimal1221001390.120.2800.45273.8516.3246.86
Hex7A648BC1C02D112102f
Octal17214421314340554222057
Binary1111010110010010001011110011100010110110001001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,100,139); }

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

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

 a { background-color: rgb(122,100,139); }

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

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

 span { border-color: rgb(122,100,139); }

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