#7C688E

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

Shades of Mamba #7C688E

Tints of Mamba #7C688E

Color information

#7C688E (or 0x7C688E) is unknown color: approx Mamba. HEX triplet: 7C, 68 and 8E. RGB value is (124,104,142). Sum of RGB (Red+Green+Blue) = 124+104+142=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C688E is #839771. Grayscale: #727272. Windows color (decimal): -8623986 or 9332860. OLE color: 9332860.

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

Color convert

RGB124104142-
CMYK0.130.2700.44
HSL271.58º15.45%48.24%-
HSV(B)271.58º26.76%55.69%-
XYZ18.1416.1427.75-
YUV114.31143.63134.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=33.51%
G=28.11%
B=38.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241041420.130.2700.44271.5815.4548.24
Hex7C688ED1B02C110f30
Octal17415021615330544201760
Binary111110011010001000111011011101101011001000100001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,142); }

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

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

 a { background-color: rgb(124,104,142); }

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

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

 span { border-color: rgb(124,104,142); }

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