#78618F

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

Shades of Mamba #78618F

Tints of Mamba #78618F

Color information

#78618F (or 0x78618F) is unknown color: approx Mamba. HEX triplet: 78, 61 and 8F. RGB value is (120,97,143). Sum of RGB (Red+Green+Blue) = 120+97+143=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #78618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78618F is #879E70. Grayscale: #6C6C6C. Windows color (decimal): -8887921 or 9396600. OLE color: 9396600.

HSL color Cylindrical-coordinate representation of color #78618F: hue angle of 270º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78618F is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12097143-
CMYK0.160.3200.44
HSL270º19.17%47.06%-
HSV(B)270º32.17%56.08%-
XYZ16.9814.5327.9-
YUV109.12147.12135.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=33.33%
G=26.94%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120971430.160.3200.4427019.1747.06
Hex78618F102002C10e132f
Octal17014121720400544162357
Binary111100011000011000111110000100000010110010000111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78618F; }

 p { color: rgb(120,97,143); }

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

<style>
 a { background-color: #78618F; }

 a { background-color: rgb(120,97,143); }

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

<style>
 span { border-color: #78618F; }

 span { border-color: rgb(120,97,143); }

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