#78717C

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

Shades of Mamba #78717C

Tints of Mamba #78717C

Color information

#78717C (or 0x78717C) is unknown color: approx Mamba. HEX triplet: 78, 71 and 7C. RGB value is (120,113,124). Sum of RGB (Red+Green+Blue) = 120+113+124=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #78717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78717C is #878E83. Grayscale: #747474. Windows color (decimal): -8883844 or 8155512. OLE color: 8155512.

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

Color convert

RGB120113124-
CMYK0.030.0900.51
HSL278.18º4.64%46.47%-
HSV(B)278.18º8.87%48.63%-
XYZ17.2917.2621.49-
YUV116.35132.32130.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=33.61%
G=31.65%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201131240.030.0900.51278.184.6446.47
Hex78717C3903311652e
Octal170161174311063426556
Binary1111000111000111111001110010110011100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78717C; }

 p { color: rgb(120,113,124); }

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

<style>
 a { background-color: #78717C; }

 a { background-color: rgb(120,113,124); }

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

<style>
 span { border-color: #78717C; }

 span { border-color: rgb(120,113,124); }

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