#7A638A

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

Shades of Mamba #7A638A

Tints of Mamba #7A638A

Color information

#7A638A (or 0x7A638A) is unknown color: approx Mamba. HEX triplet: 7A, 63 and 8A. RGB value is (122,99,138). Sum of RGB (Red+Green+Blue) = 122+99+138=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A638A is #859C75. Grayscale: #6E6E6E. Windows color (decimal): -8756342 or 9069434. OLE color: 9069434.

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

Color convert

RGB12299138-
CMYK0.120.2800.46
HSL275.38º16.46%46.47%-
HSV(B)275.38º28.26%54.12%-
XYZ17.0814.926.02-
YUV110.32143.62136.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=33.98%
G=27.58%
B=38.44%

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
Decimal122991380.120.2800.46275.3816.4646.47
Hex7A638AC1C02E113102e
Octal17214321214340564232056
Binary1111010110001110001010110011100010111010001001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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