#7C6686

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

Shades of Mamba #7C6686

Tints of Mamba #7C6686

Color information

#7C6686 (or 0x7C6686) is unknown color: approx Mamba. HEX triplet: 7C, 66 and 86. RGB value is (124,102,134). Sum of RGB (Red+Green+Blue) = 124+102+134=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6686 is #839979. Grayscale: #707070. Windows color (decimal): -8624506 or 8808060. OLE color: 8808060.

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

Color convert

RGB124102134-
CMYK0.070.2400.47
HSL281.25º13.56%46.27%-
HSV(B)281.25º23.88%52.55%-
XYZ17.3715.5124.63-
YUV112.23140.29136.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=34.44%
G=28.33%
B=37.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241021340.070.2400.47281.2513.5646.27
Hex7C668671802F119e2e
Octal1741462067300574311656
Binary11111001100110100001101111100001011111000110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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