#7B628D

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

Shades of Mamba #7B628D

Tints of Mamba #7B628D

Color information

#7B628D (or 0x7B628D) is unknown color: approx Mamba. HEX triplet: 7B, 62 and 8D. RGB value is (123,98,141). Sum of RGB (Red+Green+Blue) = 123+98+141=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B628D is #849D72. Grayscale: #6E6E6E. Windows color (decimal): -8691059 or 9265787. OLE color: 9265787.

HSL color Cylindrical-coordinate representation of color #7B628D: hue angle of 274.88º 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 #7B628D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12398141-
CMYK0.130.3000.45
HSL274.88º17.99%46.86%-
HSV(B)274.88º30.5%55.29%-
XYZ17.3414.8727.16-
YUV110.38145.28137-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.98%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=33.98%
G=27.07%
B=38.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123981410.130.3000.45274.8817.9946.86
Hex7B628DD1E02D113122f
Octal17314221515360554232257
Binary1111011110001010001101110111110010110110001001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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