#7C6292

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

Shades of Mamba #7C6292

Tints of Mamba #7C6292

Color information

#7C6292 (or 0x7C6292) is unknown color: approx Mamba. HEX triplet: 7C, 62 and 92. RGB value is (124,98,146). Sum of RGB (Red+Green+Blue) = 124+98+146=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C6292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6292 is #839D6D. Grayscale: #6F6F6F. Windows color (decimal): -8625518 or 9593468. OLE color: 9593468.

HSL color Cylindrical-coordinate representation of color #7C6292: hue angle of 272.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C6292 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12498146-
CMYK0.150.3300.43
HSL272.5º19.67%47.84%-
HSV(B)272.5º32.88%57.25%-
XYZ17.8715.129.17-
YUV111.25147.61137.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.70%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=33.70%
G=26.63%
B=39.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124981460.150.3300.43272.519.6747.84
Hex7C6292F2102B1101430
Octal17414222217410534202460
Binary11111001100010100100101111100001010101110001000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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