#78608A

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

Shades of Mamba #78608A

Tints of Mamba #78608A

Color information

#78608A (or 0x78608A) is unknown color: approx Mamba. HEX triplet: 78, 60 and 8A. RGB value is (120,96,138). Sum of RGB (Red+Green+Blue) = 120+96+138=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #78608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78608A is #879F75. Grayscale: #6B6B6B. Windows color (decimal): -8888182 or 9068664. OLE color: 9068664.

HSL color Cylindrical-coordinate representation of color #78608A: hue angle of 274.29º degrees, saturation: 0.18, 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 #78608A is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12096138-
CMYK0.130.3000.46
HSL274.29º17.95%45.88%-
HSV(B)274.29º30.43%54.12%-
XYZ16.5214.1925.91-
YUV107.96144.95136.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=33.90%
G=27.12%
B=38.98%

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
Decimal120961380.130.3000.46274.2917.9545.88
Hex78608AD1E02E112122e
Octal17014021215360564222256
Binary1111000110000010001010110111110010111010001001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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