#78737C

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

Shades of Mamba #78737C

Tints of Mamba #78737C

Color information

#78737C (or 0x78737C) is unknown color: approx Mamba. HEX triplet: 78, 73 and 7C. RGB value is (120,115,124). Sum of RGB (Red+Green+Blue) = 120+115+124=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #78737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78737C is #878C83. Grayscale: #757575. Windows color (decimal): -8883332 or 8156024. OLE color: 8156024.

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

Color convert

RGB120115124-
CMYK0.030.0700.51
HSL273.33º3.77%46.86%-
HSV(B)273.33º7.26%48.63%-
XYZ17.5117.7121.56-
YUV117.52131.66129.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=33.43%
G=32.03%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201151240.030.0700.51273.333.7746.86
Hex78737C3703311142f
Octal17016317437063421457
Binary111100011100111111100111110110011100010001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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