#7F7C80

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

Shades of Mamba #7F7C80

Tints of Mamba #7F7C80

Color information

#7F7C80 (or 0x7F7C80) is unknown color: approx Mamba. HEX triplet: 7F, 7C and 80. RGB value is (127,124,128). Sum of RGB (Red+Green+Blue) = 127+124+128=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F7C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7C80 is #80837F. Grayscale: #7D7D7D. Windows color (decimal): -8422272 or 8420479. OLE color: 8420479.

HSL color Cylindrical-coordinate representation of color #7F7C80: hue angle of 285º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7F7C80 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB127124128-
CMYK0.010.0300.50
HSL285º1.59%49.41%-
HSV(B)285º3.12%50.2%-
XYZ19.8620.4923.33-
YUV125.35129.49129.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.51%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=33.51%
G=32.72%
B=33.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271241280.010.0300.502851.5949.41
Hex7F7C801303211d231
Octal17717420013062435261
Binary1111111111110010000000111011001010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,128); }

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

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

 a { background-color: rgb(127,124,128); }

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

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

 span { border-color: rgb(127,124,128); }

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