#78727C

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

Shades of Mamba #78727C

Tints of Mamba #78727C

Color information

#78727C (or 0x78727C) is unknown color: approx Mamba. HEX triplet: 78, 72 and 7C. RGB value is (120,114,124). Sum of RGB (Red+Green+Blue) = 120+114+124=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #78727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78727C is #878D83. Grayscale: #747474. Windows color (decimal): -8883588 or 8155768. OLE color: 8155768.

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

Color convert

RGB120114124-
CMYK0.030.0800.51
HSL276º4.2%46.67%-
HSV(B)276º8.06%48.63%-
XYZ17.417.4821.53-
YUV116.93131.99130.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=33.52%
G=31.84%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201141240.030.0800.512764.246.67
Hex78727C3803311442f
Octal170162174310063424457
Binary1111000111001011111001110000110011100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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