#7E668C

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

Shades of Mamba #7E668C

Tints of Mamba #7E668C

Color information

#7E668C (or 0x7E668C) is unknown color: approx Mamba. HEX triplet: 7E, 66 and 8C. RGB value is (126,102,140). Sum of RGB (Red+Green+Blue) = 126+102+140=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E668C is #819973. Grayscale: #717171. Windows color (decimal): -8493428 or 9201278. OLE color: 9201278.

HSL color Cylindrical-coordinate representation of color #7E668C: hue angle of 277.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E668C is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB126102140-
CMYK0.100.2700.45
HSL277.89º15.7%47.45%-
HSV(B)277.89º27.14%54.9%-
XYZ18.0915.8326.91-
YUV113.51142.95136.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=34.24%
G=27.72%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261021400.100.2700.45277.8915.747.45
Hex7E668CA1B02D116102f
Octal17614621412330554262057
Binary1111110110011010001100101011011010110110001011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,102,140); }

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

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

 a { background-color: rgb(126,102,140); }

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

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

 span { border-color: rgb(126,102,140); }

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