#7C6585

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

Shades of Mamba #7C6585

Tints of Mamba #7C6585

Color information

#7C6585 (or 0x7C6585) is unknown color: approx Mamba. HEX triplet: 7C, 65 and 85. RGB value is (124,101,133). Sum of RGB (Red+Green+Blue) = 124+101+133=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6585 is #839A7A. Grayscale: #6F6F6F. Windows color (decimal): -8624763 or 8742268. OLE color: 8742268.

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

Color convert

RGB124101133-
CMYK0.070.2400.48
HSL283.12º13.68%45.88%-
HSV(B)283.12º24.06%52.16%-
XYZ17.215.2924.23-
YUV111.52140.12136.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=34.64%
G=28.21%
B=37.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241011330.070.2400.48283.1213.6845.88
Hex7C658571803011be2e
Octal1741452057300604331656
Binary11111001100101100001011111100001100001000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,101,133); }

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

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

 a { background-color: rgb(124,101,133); }

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

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

 span { border-color: rgb(124,101,133); }

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