#78747C

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

Shades of Mamba #78747C

Tints of Mamba #78747C

Color information

#78747C (or 0x78747C) is unknown color: approx Mamba. HEX triplet: 78, 74 and 7C. RGB value is (120,116,124). Sum of RGB (Red+Green+Blue) = 120+116+124=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #78747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78747C is #878B83. Grayscale: #767676. Windows color (decimal): -8883076 or 8156280. OLE color: 8156280.

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

Color convert

RGB120116124-
CMYK0.030.0600.51
HSL270º3.33%47.06%-
HSV(B)270º6.45%48.63%-
XYZ17.6317.9421.6-
YUV118.11131.33129.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=33.33%
G=32.22%
B=34.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201161240.030.0600.512703.3347.06
Hex78747C3603310e32f
Octal17016417436063416357
Binary11110001110100111110011110011001110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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