#78618A

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

Shades of Mamba #78618A

Tints of Mamba #78618A

Color information

#78618A (or 0x78618A) is unknown color: approx Mamba. HEX triplet: 78, 61 and 8A. RGB value is (120,97,138). Sum of RGB (Red+Green+Blue) = 120+97+138=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #78618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78618A is #879E75. Grayscale: #6C6C6C. Windows color (decimal): -8887926 or 9068920. OLE color: 9068920.

HSL color Cylindrical-coordinate representation of color #78618A: hue angle of 273.66º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78618A is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12097138-
CMYK0.130.3000.46
HSL273.66º17.45%46.08%-
HSV(B)273.66º29.71%54.12%-
XYZ16.6114.3825.94-
YUV108.55144.62136.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=33.80%
G=27.32%
B=38.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120971380.130.3000.46273.6617.4546.08
Hex78618AD1E02E112112e
Octal17014121215360564222156
Binary1111000110000110001010110111110010111010001001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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