#7A6284

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

Shades of Mamba #7A6284

Tints of Mamba #7A6284

Color information

#7A6284 (or 0x7A6284) is unknown color: approx Mamba. HEX triplet: 7A, 62 and 84. RGB value is (122,98,132). Sum of RGB (Red+Green+Blue) = 122+98+132=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A6284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6284 is #859D7B. Grayscale: #6C6C6C. Windows color (decimal): -8756604 or 8675962. OLE color: 8675962.

HSL color Cylindrical-coordinate representation of color #7A6284: hue angle of 282.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A6284 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12298132-
CMYK0.080.2600.48
HSL282.35º14.78%45.1%-
HSV(B)282.35º25.76%51.76%-
XYZ16.5614.5423.76-
YUV109.05140.95137.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.66%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=34.66%
G=27.84%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122981320.080.2600.48282.3514.7845.1
Hex7A628481A03011af2d
Octal17214220410320604321755
Binary111101011000101000010010001101001100001000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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