#78628B

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

Shades of Mamba #78628B

Tints of Mamba #78628B

Color information

#78628B (or 0x78628B) is unknown color: approx Mamba. HEX triplet: 78, 62 and 8B. RGB value is (120,98,139). Sum of RGB (Red+Green+Blue) = 120+98+139=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #78628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78628B is #879D74. Grayscale: #6D6D6D. Windows color (decimal): -8887669 or 9134712. OLE color: 9134712.

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

Color convert

RGB12098139-
CMYK0.140.2900.45
HSL272.2º17.3%46.47%-
HSV(B)272.2º29.5%54.51%-
XYZ16.7714.5926.36-
YUV109.25144.79135.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=33.61%
G=27.45%
B=38.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120981390.140.2900.45272.217.346.47
Hex78628BE1D02D110112e
Octal17014221316350554202156
Binary1111000110001010001011111011101010110110001000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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