#7C628E

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

Shades of Mamba #7C628E

Tints of Mamba #7C628E

Color information

#7C628E (or 0x7C628E) is unknown color: approx Mamba. HEX triplet: 7C, 62 and 8E. RGB value is (124,98,142). Sum of RGB (Red+Green+Blue) = 124+98+142=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C628E is #839D71. Grayscale: #6E6E6E. Windows color (decimal): -8625522 or 9331324. OLE color: 9331324.

HSL color Cylindrical-coordinate representation of color #7C628E: hue angle of 275.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C628E is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12498142-
CMYK0.130.3100.44
HSL275.45º18.33%47.06%-
HSV(B)275.45º30.99%55.69%-
XYZ17.5614.9727.56-
YUV110.79145.61137.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.07%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=34.07%
G=26.92%
B=39.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124981420.130.3100.44275.4518.3347.06
Hex7C628ED1F02C113122f
Octal17414221615370544232257
Binary1111100110001010001110110111111010110010001001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,98,142); }

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

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

 a { background-color: rgb(124,98,142); }

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

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

 span { border-color: rgb(124,98,142); }

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