#7A6189

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

Shades of Mamba #7A6189

Tints of Mamba #7A6189

Color information

#7A6189 (or 0x7A6189) is unknown color: approx Mamba. HEX triplet: 7A, 61 and 89. RGB value is (122,97,137). Sum of RGB (Red+Green+Blue) = 122+97+137=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6189 is #859E76. Grayscale: #6C6C6C. Windows color (decimal): -8756855 or 9003386. OLE color: 9003386.

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

Color convert

RGB12297137-
CMYK0.110.2900.46
HSL277.5º17.09%45.88%-
HSV(B)277.5º29.2%53.73%-
XYZ16.8214.4925.58-
YUV109.04143.78137.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.27%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=34.27%
G=27.25%
B=38.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122971370.110.2900.46277.517.0945.88
Hex7A6189B1D02E116112e
Octal17214121113350564262156
Binary1111010110000110001001101111101010111010001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,137); }

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

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

 a { background-color: rgb(122,97,137); }

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

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

 span { border-color: rgb(122,97,137); }

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