#7F6C8D

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

Shades of Mamba #7F6C8D

Tints of Mamba #7F6C8D

Color information

#7F6C8D (or 0x7F6C8D) is unknown color: approx Mamba. HEX triplet: 7F, 6C and 8D. RGB value is (127,108,141). Sum of RGB (Red+Green+Blue) = 127+108+141=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F6C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6C8D is #809372. Grayscale: #757575. Windows color (decimal): -8426355 or 9268351. OLE color: 9268351.

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

Color convert

RGB127108141-
CMYK0.100.2300.45
HSL274.55º13.25%48.82%-
HSV(B)274.55º23.4%55.29%-
XYZ18.9217.1627.51-
YUV117.44141.29134.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.78%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=33.78%
G=28.72%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271081410.100.2300.45274.5513.2548.82
Hex7F6C8DA1702D113d31
Octal17715421512270554231561
Binary111111111011001000110110101011101011011000100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,141); }

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

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

 a { background-color: rgb(127,108,141); }

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

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

 span { border-color: rgb(127,108,141); }

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