#7C777F

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

Shades of Mamba #7C777F

Tints of Mamba #7C777F

Color information

#7C777F (or 0x7C777F) is unknown color: approx Mamba. HEX triplet: 7C, 77 and 7F. RGB value is (124,119,127). Sum of RGB (Red+Green+Blue) = 124+119+127=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C777F is #838880. Grayscale: #797979. Windows color (decimal): -8620161 or 8353660. OLE color: 8353660.

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

Color convert

RGB124119127-
CMYK0.020.0600.50
HSL277.5º3.25%48.24%-
HSV(B)277.5º6.3%49.8%-
XYZ18.7419.0122.76-
YUV121.41131.16129.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 127 (50% from 255) = 34.32%
R=33.51%
G=32.16%
B=34.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1241191270.020.0600.50277.53.2548.24
Hex7C777F26032116330
Octal17416717726062426360
Binary11111001110111111111110110011001010001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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