#7C6B8B

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

Shades of Mamba #7C6B8B

Tints of Mamba #7C6B8B

Color information

#7C6B8B (or 0x7C6B8B) is unknown color: approx Mamba. HEX triplet: 7C, 6B and 8B. RGB value is (124,107,139). Sum of RGB (Red+Green+Blue) = 124+107+139=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C6B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6B8B is #839474. Grayscale: #737373. Windows color (decimal): -8623221 or 9137020. OLE color: 9137020.

HSL color Cylindrical-coordinate representation of color #7C6B8B: hue angle of 271.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C6B8B is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB124107139-
CMYK0.110.2300.45
HSL271.88º13.01%48.24%-
HSV(B)271.88º23.02%54.51%-
XYZ18.2316.6626.68-
YUV115.73141.13133.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=33.51%
G=28.92%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241071390.110.2300.45271.8813.0148.24
Hex7C6B8BB1702D110d30
Octal17415321313270554201560
Binary111110011010111000101110111011101011011000100001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,139); }

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

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

 a { background-color: rgb(124,107,139); }

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

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

 span { border-color: rgb(124,107,139); }

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