#7C6386

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

Shades of Mamba #7C6386

Tints of Mamba #7C6386

Color information

#7C6386 (or 0x7C6386) is unknown color: approx Mamba. HEX triplet: 7C, 63 and 86. RGB value is (124,99,134). Sum of RGB (Red+Green+Blue) = 124+99+134=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C6386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6386 is #839C79. Grayscale: #6E6E6E. Windows color (decimal): -8625274 or 8807292. OLE color: 8807292.

HSL color Cylindrical-coordinate representation of color #7C6386: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C6386 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12499134-
CMYK0.070.2600.47
HSL282.86º15.02%45.69%-
HSV(B)282.86º26.12%52.55%-
XYZ17.0814.9324.54-
YUV110.46141.28137.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=34.73%
G=27.73%
B=37.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124991340.070.2600.47282.8615.0245.69
Hex7C638671A02F11bf2e
Octal1741432067320574331756
Binary11111001100011100001101111101001011111000110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,99,134); }

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

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

 a { background-color: rgb(124,99,134); }

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

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

 span { border-color: rgb(124,99,134); }

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