#7A648C

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

Shades of Mamba #7A648C

Tints of Mamba #7A648C

Color information

#7A648C (or 0x7A648C) is unknown color: approx Mamba. HEX triplet: 7A, 64 and 8C. RGB value is (122,100,140). Sum of RGB (Red+Green+Blue) = 122+100+140=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A648C is #859B73. Grayscale: #6F6F6F. Windows color (decimal): -8756084 or 9200762. OLE color: 9200762.

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

Color convert

RGB122100140-
CMYK0.130.2900.45
HSL273º16.67%47.06%-
HSV(B)273º28.57%54.9%-
XYZ17.3215.1526.82-
YUV111.14144.29135.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.70%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=33.70%
G=27.62%
B=38.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221001400.130.2900.4527316.6747.06
Hex7A648CD1D02D111112f
Octal17214421415350554212157
Binary1111010110010010001100110111101010110110001000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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