#78658D

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

Shades of Mamba #78658D

Tints of Mamba #78658D

Color information

#78658D (or 0x78658D) is unknown color: approx Mamba. HEX triplet: 78, 65 and 8D. RGB value is (120,101,141). Sum of RGB (Red+Green+Blue) = 120+101+141=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #78658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78658D is #879A72. Grayscale: #6F6F6F. Windows color (decimal): -8886899 or 9266552. OLE color: 9266552.

HSL color Cylindrical-coordinate representation of color #78658D: hue angle of 268.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78658D is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120101141-
CMYK0.150.2800.45
HSL268.5º16.53%47.45%-
HSV(B)268.5º28.37%55.29%-
XYZ17.2115.2227.23-
YUV111.24144.79134.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=33.15%
G=27.90%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201011410.150.2800.45268.516.5347.45
Hex78658DF1C02D10c112f
Octal17014521517340554142157
Binary1111000110010110001101111111100010110110000110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,101,141); }

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

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

 a { background-color: rgb(120,101,141); }

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

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

 span { border-color: rgb(120,101,141); }

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