#7A648A

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

Shades of Mamba #7A648A

Tints of Mamba #7A648A

Color information

#7A648A (or 0x7A648A) is unknown color: approx Mamba. HEX triplet: 7A, 64 and 8A. RGB value is (122,100,138). Sum of RGB (Red+Green+Blue) = 122+100+138=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A648A is #859B75. Grayscale: #6E6E6E. Windows color (decimal): -8756086 or 9069690. OLE color: 9069690.

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

Color convert

RGB122100138-
CMYK0.120.2800.46
HSL274.74º15.97%46.67%-
HSV(B)274.74º27.54%54.12%-
XYZ17.1715.0926.05-
YUV110.91143.29135.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.89%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=33.89%
G=27.78%
B=38.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1221001380.120.2800.46274.7415.9746.67
Hex7A648AC1C02E113102f
Octal17214421214340564232057
Binary1111010110010010001010110011100010111010001001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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