#7A678E

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

Shades of Mamba #7A678E

Tints of Mamba #7A678E

Color information

#7A678E (or 0x7A678E) is unknown color: approx Mamba. HEX triplet: 7A, 67 and 8E. RGB value is (122,103,142). Sum of RGB (Red+Green+Blue) = 122+103+142=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A678E is #859871. Grayscale: #707070. Windows color (decimal): -8755314 or 9332602. OLE color: 9332602.

HSL color Cylindrical-coordinate representation of color #7A678E: hue angle of 269.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A678E is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122103142-
CMYK0.140.2700.44
HSL269.23º15.92%48.04%-
HSV(B)269.23º27.46%55.69%-
XYZ17.7615.7927.7-
YUV113.13144.29134.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=33.24%
G=28.07%
B=38.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221031420.140.2700.44269.2315.9248.04
Hex7A678EE1B02C10d1030
Octal17214721616330544152060
Binary1111010110011110001110111011011010110010000110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A678E; }

 p { color: rgb(122,103,142); }

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

<style>
 a { background-color: #7A678E; }

 a { background-color: rgb(122,103,142); }

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

<style>
 span { border-color: #7A678E; }

 span { border-color: rgb(122,103,142); }

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