#78628D

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

Shades of Mamba #78628D

Tints of Mamba #78628D

Color information

#78628D (or 0x78628D) is unknown color: approx Mamba. HEX triplet: 78, 62 and 8D. RGB value is (120,98,141). Sum of RGB (Red+Green+Blue) = 120+98+141=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #78628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78628D is #879D72. Grayscale: #6D6D6D. Windows color (decimal): -8887667 or 9265784. OLE color: 9265784.

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

Color convert

RGB12098141-
CMYK0.150.3000.45
HSL270.7º17.99%46.86%-
HSV(B)270.7º30.5%55.29%-
XYZ16.9214.6527.14-
YUV109.48145.79135.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=33.43%
G=27.30%
B=39.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120981410.150.3000.45270.717.9946.86
Hex78628DF1E02D10f122f
Octal17014221517360554172257
Binary1111000110001010001101111111110010110110000111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78628D; }

 p { color: rgb(120,98,141); }

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

<style>
 a { background-color: #78628D; }

 a { background-color: rgb(120,98,141); }

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

<style>
 span { border-color: #78628D; }

 span { border-color: rgb(120,98,141); }

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