#7C628C

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

Shades of Mamba #7C628C

Tints of Mamba #7C628C

Color information

#7C628C (or 0x7C628C) is unknown color: approx Mamba. HEX triplet: 7C, 62 and 8C. RGB value is (124,98,140). Sum of RGB (Red+Green+Blue) = 124+98+140=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C628C is #839D73. Grayscale: #6E6E6E. Windows color (decimal): -8625524 or 9200252. OLE color: 9200252.

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

Color convert

RGB12498140-
CMYK0.110.300.45
HSL277.14º17.65%46.67%-
HSV(B)277.14º30%54.9%-
XYZ17.4114.9126.77-
YUV110.56144.61137.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.25%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=34.25%
G=27.07%
B=38.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124981400.110.300.45277.1417.6546.67
Hex7C628CB1E02D115122f
Octal17414221413360554252257
Binary1111100110001010001100101111110010110110001010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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