#7E6788

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

Shades of Mamba #7E6788

Tints of Mamba #7E6788

Color information

#7E6788 (or 0x7E6788) is unknown color: approx Mamba. HEX triplet: 7E, 67 and 88. RGB value is (126,103,136). Sum of RGB (Red+Green+Blue) = 126+103+136=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6788 is #819877. Grayscale: #717171. Windows color (decimal): -8493176 or 8939390. OLE color: 8939390.

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

Color convert

RGB126103136-
CMYK0.070.2400.47
HSL281.82º13.81%46.86%-
HSV(B)281.82º24.26%53.33%-
XYZ17.915.9125.42-
YUV113.64140.62136.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=34.52%
G=28.22%
B=37.26%

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
Decimal1261031360.070.2400.47281.8213.8146.86
Hex7E678871802F11ae2f
Octal1761472107300574321657
Binary11111101100111100010001111100001011111000110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,103,136); }

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

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

 a { background-color: rgb(126,103,136); }

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

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

 span { border-color: rgb(126,103,136); }

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