#7D628D

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

Shades of Mamba #7D628D

Tints of Mamba #7D628D

Color information

#7D628D (or 0x7D628D) is unknown color: approx Mamba. HEX triplet: 7D, 62 and 8D. RGB value is (125,98,141). Sum of RGB (Red+Green+Blue) = 125+98+141=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D628D is #829D72. Grayscale: #6E6E6E. Windows color (decimal): -8559987 or 9265789. OLE color: 9265789.

HSL color Cylindrical-coordinate representation of color #7D628D: hue angle of 277.67º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D628D is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12598141-
CMYK0.110.3000.45
HSL277.67º17.99%46.86%-
HSV(B)277.67º30.5%55.29%-
XYZ17.6315.0227.17-
YUV110.98144.95138-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=34.34%
G=26.92%
B=38.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125981410.110.3000.45277.6717.9946.86
Hex7D628DB1E02D116122f
Octal17514221513360554262257
Binary1111101110001010001101101111110010110110001011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,98,141); }

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

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

 a { background-color: rgb(125,98,141); }

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

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

 span { border-color: rgb(125,98,141); }

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