#7C6A84

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

Shades of Mamba #7C6A84

Tints of Mamba #7C6A84

Color information

#7C6A84 (or 0x7C6A84) is unknown color: approx Mamba. HEX triplet: 7C, 6A and 84. RGB value is (124,106,132). Sum of RGB (Red+Green+Blue) = 124+106+132=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C6A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6A84 is #83957B. Grayscale: #727272. Windows color (decimal): -8623484 or 8678012. OLE color: 8678012.

HSL color Cylindrical-coordinate representation of color #7C6A84: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C6A84 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB124106132-
CMYK0.060.2000.48
HSL281.54º10.92%46.67%-
HSV(B)281.54º19.7%51.76%-
XYZ17.6316.2624.04-
YUV114.35137.96134.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.25%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=34.25%
G=29.28%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241061320.060.2000.48281.5410.9246.67
Hex7C6A8461403011ab2f
Octal1741522046240604321357
Binary11111001101010100001001101010001100001000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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