#7C6790

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

Shades of Mamba #7C6790

Tints of Mamba #7C6790

Color information

#7C6790 (or 0x7C6790) is unknown color: approx Mamba. HEX triplet: 7C, 67 and 90. RGB value is (124,103,144). Sum of RGB (Red+Green+Blue) = 124+103+144=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6790 is #83986F. Grayscale: #717171. Windows color (decimal): -8624240 or 9463676. OLE color: 9463676.

HSL color Cylindrical-coordinate representation of color #7C6790: hue angle of 270.73º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C6790 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB124103144-
CMYK0.140.2800.44
HSL270.73º16.6%48.43%-
HSV(B)270.73º28.47%56.47%-
XYZ18.21628.51-
YUV113.95144.96135.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=33.42%
G=27.76%
B=38.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241031440.140.2800.44270.7316.648.43
Hex7C6790E1C02C10f1130
Octal17414722016340544172160
Binary1111100110011110010000111011100010110010000111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,144); }

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

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

 a { background-color: rgb(124,103,144); }

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

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

 span { border-color: rgb(124,103,144); }

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