#7C6387

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

Shades of Mamba #7C6387

Tints of Mamba #7C6387

Color information

#7C6387 (or 0x7C6387) is unknown color: approx Mamba. HEX triplet: 7C, 63 and 87. RGB value is (124,99,135). Sum of RGB (Red+Green+Blue) = 124+99+135=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C6387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6387 is #839C78. Grayscale: #6E6E6E. Windows color (decimal): -8625273 or 8872828. OLE color: 8872828.

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

Color convert

RGB12499135-
CMYK0.080.2700.47
HSL281.67º15.38%45.88%-
HSV(B)281.67º26.67%52.94%-
XYZ17.1514.9624.91-
YUV110.58141.78137.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=34.64%
G=27.65%
B=37.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124991350.080.2700.47281.6715.3845.88
Hex7C638781B02F11af2e
Octal17414320710330574321756
Binary111110011000111000011110001101101011111000110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,99,135); }

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

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

 a { background-color: rgb(124,99,135); }

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

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

 span { border-color: rgb(124,99,135); }

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