#7A6984

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

Shades of Mamba #7A6984

Tints of Mamba #7A6984

Color information

#7A6984 (or 0x7A6984) is unknown color: approx Mamba. HEX triplet: 7A, 69 and 84. RGB value is (122,105,132). Sum of RGB (Red+Green+Blue) = 122+105+132=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A6984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6984 is #85967B. Grayscale: #717171. Windows color (decimal): -8754812 or 8677754. OLE color: 8677754.

HSL color Cylindrical-coordinate representation of color #7A6984: hue angle of 277.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6984 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB122105132-
CMYK0.080.2000.48
HSL277.78º11.39%46.47%-
HSV(B)277.78º20.45%51.76%-
XYZ17.2415.9123.99-
YUV113.16138.63134.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=33.98%
G=29.25%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221051320.080.2000.48277.7811.3946.47
Hex7A6984814030116b2e
Octal17215120410240604261356
Binary111101011010011000010010001010001100001000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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