#7D6687

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

Shades of Mamba #7D6687

Tints of Mamba #7D6687

Color information

#7D6687 (or 0x7D6687) is unknown color: approx Mamba. HEX triplet: 7D, 66 and 87. RGB value is (125,102,135). Sum of RGB (Red+Green+Blue) = 125+102+135=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D6687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6687 is #829978. Grayscale: #707070. Windows color (decimal): -8558969 or 8873597. OLE color: 8873597.

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

Color convert

RGB125102135-
CMYK0.070.2400.47
HSL281.82º13.92%46.47%-
HSV(B)281.82º24.44%52.94%-
XYZ17.5815.6125.01-
YUV112.64140.62136.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.53%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=34.53%
G=28.18%
B=37.29%

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
Decimal1251021350.070.2400.47281.8213.9246.47
Hex7D668771802F11ae2e
Octal1751462077300574321656
Binary11111011100110100001111111100001011111000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,102,135); }

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

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

 a { background-color: rgb(125,102,135); }

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

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

 span { border-color: rgb(125,102,135); }

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