#7C628B

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

Shades of Mamba #7C628B

Tints of Mamba #7C628B

Color information

#7C628B (or 0x7C628B) is unknown color: approx Mamba. HEX triplet: 7C, 62 and 8B. RGB value is (124,98,139). Sum of RGB (Red+Green+Blue) = 124+98+139=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C628B is #839D74. Grayscale: #6E6E6E. Windows color (decimal): -8625525 or 9134716. OLE color: 9134716.

HSL color Cylindrical-coordinate representation of color #7C628B: hue angle of 278.05º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C628B is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12498139-
CMYK0.110.2900.45
HSL278.05º17.3%46.47%-
HSV(B)278.05º29.5%54.51%-
XYZ17.3414.8826.39-
YUV110.45144.11137.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=34.35%
G=27.15%
B=38.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124981390.110.2900.45278.0517.346.47
Hex7C628BB1D02D116112e
Octal17414221313350554262156
Binary1111100110001010001011101111101010110110001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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