#7C6883

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

Shades of Mamba #7C6883

Tints of Mamba #7C6883

Color information

#7C6883 (or 0x7C6883) is unknown color: approx Mamba. HEX triplet: 7C, 68 and 83. RGB value is (124,104,131). Sum of RGB (Red+Green+Blue) = 124+104+131=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C6883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6883 is #83977C. Grayscale: #707070. Windows color (decimal): -8623997 or 8611964. OLE color: 8611964.

HSL color Cylindrical-coordinate representation of color #7C6883: hue angle of 284.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C6883 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB124104131-
CMYK0.050.2100.49
HSL284.44º11.49%46.08%-
HSV(B)284.44º20.61%51.37%-
XYZ17.3615.8223.61-
YUV113.06138.13135.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=34.54%
G=28.97%
B=36.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241041310.050.2100.49284.4411.4946.08
Hex7C688351503111cb2e
Octal1741502035250614341356
Binary11111001101000100000111011010101100011000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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