#7E6F83

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

Shades of Mamba #7E6F83

Tints of Mamba #7E6F83

Color information

#7E6F83 (or 0x7E6F83) is unknown color: approx Mamba. HEX triplet: 7E, 6F and 83. RGB value is (126,111,131). Sum of RGB (Red+Green+Blue) = 126+111+131=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E6F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6F83 is #81907C. Grayscale: #757575. Windows color (decimal): -8491133 or 8613758. OLE color: 8613758.

HSL color Cylindrical-coordinate representation of color #7E6F83: hue angle of 285º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E6F83 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB126111131-
CMYK0.040.1500.49
HSL285º8.26%47.45%-
HSV(B)285º15.27%51.37%-
XYZ18.3917.4423.87-
YUV117.76135.47133.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=34.24%
G=30.16%
B=35.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261111310.040.1500.492858.2647.45
Hex7E6F834F03111d82f
Octal1761572034170614351057
Binary1111110110111110000011100111101100011000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,111,131); }

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

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

 a { background-color: rgb(126,111,131); }

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

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

 span { border-color: rgb(126,111,131); }

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