#7C6784

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

Shades of Mamba #7C6784

Tints of Mamba #7C6784

Color information

#7C6784 (or 0x7C6784) is unknown color: approx Mamba. HEX triplet: 7C, 67 and 84. RGB value is (124,103,132). Sum of RGB (Red+Green+Blue) = 124+103+132=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6784 is #83987B. Grayscale: #707070. Windows color (decimal): -8624252 or 8677244. OLE color: 8677244.

HSL color Cylindrical-coordinate representation of color #7C6784: hue angle of 283.45º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C6784 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB124103132-
CMYK0.060.2200.48
HSL283.45º12.34%46.08%-
HSV(B)283.45º21.97%51.76%-
XYZ17.3315.6523.94-
YUV112.58138.96136.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=34.54%
G=28.69%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241031320.060.2200.48283.4512.3446.08
Hex7C678461603011bc2e
Octal1741472046260604331456
Binary11111001100111100001001101011001100001000110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,132); }

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

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

 a { background-color: rgb(124,103,132); }

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

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

 span { border-color: rgb(124,103,132); }

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