#7D7186

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

Shades of Mamba #7D7186

Tints of Mamba #7D7186

Color information

#7D7186 (or 0x7D7186) is unknown color: approx Mamba. HEX triplet: 7D, 71 and 86. RGB value is (125,113,134). Sum of RGB (Red+Green+Blue) = 125+113+134=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D7186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7186 is #828E79. Grayscale: #767676. Windows color (decimal): -8556154 or 8810877. OLE color: 8810877.

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

Color convert

RGB125113134-
CMYK0.070.1600.47
HSL274.29º8.5%48.43%-
HSV(B)274.29º15.67%52.55%-
XYZ18.6717.8925.02-
YUV118.98136.48132.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.60%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=33.60%
G=30.38%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251131340.070.1600.47274.298.548.43
Hex7D718671002F112930
Octal1751612067200574221160
Binary11111011110001100001101111000001011111000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,134); }

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

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

 a { background-color: rgb(125,113,134); }

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

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

 span { border-color: rgb(125,113,134); }

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