#7A638C

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

Shades of Mamba #7A638C

Tints of Mamba #7A638C

Color information

#7A638C (or 0x7A638C) is unknown color: approx Mamba. HEX triplet: 7A, 63 and 8C. RGB value is (122,99,140). Sum of RGB (Red+Green+Blue) = 122+99+140=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A638C is #859C73. Grayscale: #6E6E6E. Windows color (decimal): -8756340 or 9200506. OLE color: 9200506.

HSL color Cylindrical-coordinate representation of color #7A638C: hue angle of 273.66º 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 #7A638C is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12299140-
CMYK0.130.2900.45
HSL273.66º17.15%46.86%-
HSV(B)273.66º29.29%54.9%-
XYZ17.2214.9526.79-
YUV110.55144.62136.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=33.80%
G=27.42%
B=38.78%

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
Decimal122991400.130.2900.45273.6617.1546.86
Hex7A638CD1D02D112112f
Octal17214321415350554222157
Binary1111010110001110001100110111101010110110001001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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