#7C678F

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

Shades of Mamba #7C678F

Tints of Mamba #7C678F

Color information

#7C678F (or 0x7C678F) is unknown color: approx Mamba. HEX triplet: 7C, 67 and 8F. RGB value is (124,103,143). Sum of RGB (Red+Green+Blue) = 124+103+143=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C678F is #839870. Grayscale: #717171. Windows color (decimal): -8624241 or 9398140. OLE color: 9398140.

HSL color Cylindrical-coordinate representation of color #7C678F: hue angle of 271.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C678F is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB124103143-
CMYK0.130.2800.44
HSL271.5º16.26%48.24%-
HSV(B)271.5º27.97%56.08%-
XYZ18.1215.9728.11-
YUV113.84144.46135.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=33.51%
G=27.84%
B=38.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241031430.130.2800.44271.516.2648.24
Hex7C678FD1C02C1101030
Octal17414721715340544202060
Binary1111100110011110001111110111100010110010001000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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