#7C658A

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

Shades of Mamba #7C658A

Tints of Mamba #7C658A

Color information

#7C658A (or 0x7C658A) is unknown color: approx Mamba. HEX triplet: 7C, 65 and 8A. RGB value is (124,101,138). Sum of RGB (Red+Green+Blue) = 124+101+138=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C658A is #839A75. Grayscale: #6F6F6F. Windows color (decimal): -8624758 or 9069948. OLE color: 9069948.

HSL color Cylindrical-coordinate representation of color #7C658A: hue angle of 277.3º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C658A is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB124101138-
CMYK0.100.2700.46
HSL277.3º15.48%46.86%-
HSV(B)277.3º26.81%54.12%-
XYZ17.5515.4326.1-
YUV112.1142.62136.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=34.16%
G=27.82%
B=38.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1241011380.100.2700.46277.315.4846.86
Hex7C658AA1B02E115f2f
Octal17414521212330564251757
Binary111110011001011000101010101101101011101000101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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