#78688B

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

Shades of Mamba #78688B

Tints of Mamba #78688B

Color information

#78688B (or 0x78688B) is unknown color: approx Mamba. HEX triplet: 78, 68 and 8B. RGB value is (120,104,139). Sum of RGB (Red+Green+Blue) = 120+104+139=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #78688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78688B is #879774. Grayscale: #707070. Windows color (decimal): -8886133 or 9136248. OLE color: 9136248.

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

Color convert

RGB120104139-
CMYK0.140.2500.45
HSL267.43º14.4%47.65%-
HSV(B)267.43º25.18%54.51%-
XYZ17.3615.7626.55-
YUV112.77142.8133.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=33.06%
G=28.65%
B=38.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201041390.140.2500.45267.4314.447.65
Hex78688BE1902D10be30
Octal17015021316310554131660
Binary111100011010001000101111101100101011011000010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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