#78688A

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

Shades of Mamba #78688A

Tints of Mamba #78688A

Color information

#78688A (or 0x78688A) is unknown color: approx Mamba. HEX triplet: 78, 68 and 8A. RGB value is (120,104,138). Sum of RGB (Red+Green+Blue) = 120+104+138=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #78688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78688A is #879775. Grayscale: #707070. Windows color (decimal): -8886134 or 9070712. OLE color: 9070712.

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

Color convert

RGB120104138-
CMYK0.130.2500.46
HSL268.24º14.05%47.45%-
HSV(B)268.24º24.64%54.12%-
XYZ17.2815.7326.17-
YUV112.66142.3133.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=33.15%
G=28.73%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201041380.130.2500.46268.2414.0547.45
Hex78688AD1902E10ce2f
Octal17015021215310564141657
Binary111100011010001000101011011100101011101000011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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