#78618E

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

Shades of Mamba #78618E

Tints of Mamba #78618E

Color information

#78618E (or 0x78618E) is unknown color: approx Mamba. HEX triplet: 78, 61 and 8E. RGB value is (120,97,142). Sum of RGB (Red+Green+Blue) = 120+97+142=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #78618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78618E is #879E71. Grayscale: #6C6C6C. Windows color (decimal): -8887922 or 9331064. OLE color: 9331064.

HSL color Cylindrical-coordinate representation of color #78618E: hue angle of 270.67º 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 #78618E is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12097142-
CMYK0.150.3200.44
HSL270.67º18.83%46.86%-
HSV(B)270.67º31.69%55.69%-
XYZ16.914.527.5-
YUV109.01146.62135.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=33.43%
G=27.02%
B=39.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120971420.150.3200.44270.6718.8346.86
Hex78618EF2002C10f132f
Octal17014121617400544172357
Binary11110001100001100011101111100000010110010000111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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