#7C698E

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

Shades of Mamba #7C698E

Tints of Mamba #7C698E

Color information

#7C698E (or 0x7C698E) is unknown color: approx Mamba. HEX triplet: 7C, 69 and 8E. RGB value is (124,105,142). Sum of RGB (Red+Green+Blue) = 124+105+142=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C698E is #839671. Grayscale: #727272. Windows color (decimal): -8623730 or 9333116. OLE color: 9333116.

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

Color convert

RGB124105142-
CMYK0.130.2600.44
HSL270.81º14.98%48.43%-
HSV(B)270.81º26.06%55.69%-
XYZ18.2516.3427.78-
YUV114.9143.29134.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=33.42%
G=28.30%
B=38.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241051420.130.2600.44270.8114.9848.43
Hex7C698ED1A02C10ff30
Octal17415121615320544171760
Binary111110011010011000111011011101001011001000011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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