#7B6984

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

Shades of Mamba #7B6984

Tints of Mamba #7B6984

Color information

#7B6984 (or 0x7B6984) is unknown color: approx Mamba. HEX triplet: 7B, 69 and 84. RGB value is (123,105,132). Sum of RGB (Red+Green+Blue) = 123+105+132=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6984 is #84967B. Grayscale: #717171. Windows color (decimal): -8689276 or 8677755. OLE color: 8677755.

HSL color Cylindrical-coordinate representation of color #7B6984: hue angle of 280º 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 #7B6984 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB123105132-
CMYK0.070.2000.48
HSL280º11.39%46.47%-
HSV(B)280º20.45%51.76%-
XYZ17.3815.9824-
YUV113.46138.46134.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.17%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=34.17%
G=29.17%
B=36.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231051320.070.2000.4828011.3946.47
Hex7B6984714030118b2e
Octal1731512047240604301356
Binary11110111101001100001001111010001100001000110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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