#7C7480

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

Shades of Mamba #7C7480

Tints of Mamba #7C7480

Color information

#7C7480 (or 0x7C7480) is unknown color: approx Mamba. HEX triplet: 7C, 74 and 80. RGB value is (124,116,128). Sum of RGB (Red+Green+Blue) = 124+116+128=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 128 - color contains mainly: blue. Hex color #7C7480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7480 is #838B7F. Grayscale: #777777. Windows color (decimal): -8620928 or 8418428. OLE color: 8418428.

HSL color Cylindrical-coordinate representation of color #7C7480: hue angle of 280º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7480 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB124116128-
CMYK0.030.0900.50
HSL280º4.92%47.84%-
HSV(B)280º9.38%50.2%-
XYZ18.4518.3322.99-
YUV119.76132.65131.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.70%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=33.70%
G=31.52%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1241161280.030.0900.502804.9247.84
Hex7C748039032118530
Octal174164200311062430560
Binary11111001110100100000001110010110010100011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,116,128); }

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

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

 a { background-color: rgb(124,116,128); }

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

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

 span { border-color: rgb(124,116,128); }

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