#78727D

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

Shades of Mamba #78727D

Tints of Mamba #78727D

Color information

#78727D (or 0x78727D) is unknown color: approx Mamba. HEX triplet: 78, 72 and 7D. RGB value is (120,114,125). Sum of RGB (Red+Green+Blue) = 120+114+125=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 125 - color contains mainly: blue. Hex color #78727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78727D is #878D82. Grayscale: #757575. Windows color (decimal): -8883587 or 8221304. OLE color: 8221304.

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

Color convert

RGB120114125-
CMYK0.040.0900.51
HSL272.73º4.6%46.86%-
HSV(B)272.73º8.8%49.02%-
XYZ17.4617.5121.86-
YUV117.05132.49130.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=33.43%
G=31.75%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201141250.040.0900.51272.734.646.86
Hex78727D4903311152f
Octal170162175411063421557
Binary11110001110010111110110010010110011100010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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