#7A628B

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

Shades of Mamba #7A628B

Tints of Mamba #7A628B

Color information

#7A628B (or 0x7A628B) is unknown color: approx Mamba. HEX triplet: 7A, 62 and 8B. RGB value is (122,98,139). Sum of RGB (Red+Green+Blue) = 122+98+139=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A628B is #859D74. Grayscale: #6D6D6D. Windows color (decimal): -8756597 or 9134714. OLE color: 9134714.

HSL color Cylindrical-coordinate representation of color #7A628B: hue angle of 275.12º 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 #7A628B is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12298139-
CMYK0.120.2900.45
HSL275.12º17.3%46.47%-
HSV(B)275.12º29.5%54.51%-
XYZ17.0514.7426.37-
YUV109.85144.45136.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=33.98%
G=27.30%
B=38.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122981390.120.2900.45275.1217.346.47
Hex7A628BC1D02D113112e
Octal17214221314350554232156
Binary1111010110001010001011110011101010110110001001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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