#7C6785

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

Shades of Mamba #7C6785

Tints of Mamba #7C6785

Color information

#7C6785 (or 0x7C6785) is unknown color: approx Mamba. HEX triplet: 7C, 67 and 85. RGB value is (124,103,133). Sum of RGB (Red+Green+Blue) = 124+103+133=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6785 is #83987A. Grayscale: #707070. Windows color (decimal): -8624251 or 8742780. OLE color: 8742780.

HSL color Cylindrical-coordinate representation of color #7C6785: hue angle of 282º 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 #7C6785 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB124103133-
CMYK0.070.2300.48
HSL282º12.71%46.27%-
HSV(B)282º22.56%52.16%-
XYZ17.415.6824.3-
YUV112.7139.46136.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=34.44%
G=28.61%
B=36.94%

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
Decimal1241031330.070.2300.4828212.7146.27
Hex7C678571703011ad2e
Octal1741472057270604321556
Binary11111001100111100001011111011101100001000110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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