#78618B

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

Shades of Mamba #78618B

Tints of Mamba #78618B

Color information

#78618B (or 0x78618B) is unknown color: approx Mamba. HEX triplet: 78, 61 and 8B. RGB value is (120,97,139). Sum of RGB (Red+Green+Blue) = 120+97+139=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #78618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78618B is #879E74. Grayscale: #6C6C6C. Windows color (decimal): -8887925 or 9134456. OLE color: 9134456.

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

Color convert

RGB12097139-
CMYK0.140.3000.45
HSL272.86º17.8%46.27%-
HSV(B)272.86º30.22%54.51%-
XYZ16.6814.4126.33-
YUV108.66145.12136.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=33.71%
G=27.25%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120971390.140.3000.45272.8617.846.27
Hex78618BE1E02D111122e
Octal17014121316360554212256
Binary1111000110000110001011111011110010110110001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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