#7C648B

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

Shades of Mamba #7C648B

Tints of Mamba #7C648B

Color information

#7C648B (or 0x7C648B) is unknown color: approx Mamba. HEX triplet: 7C, 64 and 8B. RGB value is (124,100,139). Sum of RGB (Red+Green+Blue) = 124+100+139=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C648B is #839B74. Grayscale: #6F6F6F. Windows color (decimal): -8625013 or 9135228. OLE color: 9135228.

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

Color convert

RGB124100139-
CMYK0.110.2800.45
HSL276.92º16.32%46.86%-
HSV(B)276.92º28.06%54.51%-
XYZ17.5315.2626.45-
YUV111.62143.45136.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=34.16%
G=27.55%
B=38.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241001390.110.2800.45276.9216.3246.86
Hex7C648BB1C02D115102f
Octal17414421313340554252057
Binary1111100110010010001011101111100010110110001010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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