#78707C

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

Shades of Mamba #78707C

Tints of Mamba #78707C

Color information

#78707C (or 0x78707C) is unknown color: approx Mamba. HEX triplet: 78, 70 and 7C. RGB value is (120,112,124). Sum of RGB (Red+Green+Blue) = 120+112+124=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #78707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78707C is #878F83. Grayscale: #737373. Windows color (decimal): -8884100 or 8155256. OLE color: 8155256.

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

Color convert

RGB120112124-
CMYK0.030.1000.51
HSL280º5.08%46.27%-
HSV(B)280º9.68%48.63%-
XYZ17.1817.0421.45-
YUV115.76132.65131.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=33.71%
G=31.46%
B=34.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201121240.030.1000.512805.0846.27
Hex78707C3A03311852e
Octal170160174312063430556
Binary1111000111000011111001110100110011100011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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