#7C6685

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

Shades of Mamba #7C6685

Tints of Mamba #7C6685

Color information

#7C6685 (or 0x7C6685) is unknown color: approx Mamba. HEX triplet: 7C, 66 and 85. RGB value is (124,102,133). Sum of RGB (Red+Green+Blue) = 124+102+133=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6685 is #83997A. Grayscale: #707070. Windows color (decimal): -8624507 or 8742524. OLE color: 8742524.

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

Color convert

RGB124102133-
CMYK0.070.2300.48
HSL282.58º13.19%46.08%-
HSV(B)282.58º23.31%52.16%-
XYZ17.315.4824.27-
YUV112.11139.79136.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=34.54%
G=28.41%
B=37.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241021330.070.2300.48282.5813.1946.08
Hex7C668571703011bd2e
Octal1741462057270604331556
Binary11111001100110100001011111011101100001000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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