#78618C

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

Shades of Mamba #78618C

Tints of Mamba #78618C

Color information

#78618C (or 0x78618C) is unknown color: approx Mamba. HEX triplet: 78, 61 and 8C. RGB value is (120,97,140). Sum of RGB (Red+Green+Blue) = 120+97+140=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #78618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78618C is #879E73. Grayscale: #6C6C6C. Windows color (decimal): -8887924 or 9199992. OLE color: 9199992.

HSL color Cylindrical-coordinate representation of color #78618C: hue angle of 272.09º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78618C is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12097140-
CMYK0.140.3100.45
HSL272.09º18.14%46.47%-
HSV(B)272.09º30.71%54.9%-
XYZ16.7514.4426.71-
YUV108.78145.62136-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=33.61%
G=27.17%
B=39.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120971400.140.3100.45272.0918.1446.47
Hex78618CE1F02D110122e
Octal17014121416370554202256
Binary1111000110000110001100111011111010110110001000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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