#7D6984

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

Shades of Mamba #7D6984

Tints of Mamba #7D6984

Color information

#7D6984 (or 0x7D6984) is unknown color: approx Mamba. HEX triplet: 7D, 69 and 84. RGB value is (125,105,132). Sum of RGB (Red+Green+Blue) = 125+105+132=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6984 is #82967B. Grayscale: #717171. Windows color (decimal): -8558204 or 8677757. OLE color: 8677757.

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

Color convert

RGB125105132-
CMYK0.050.2000.48
HSL284.44º11.39%46.47%-
HSV(B)284.44º20.45%51.76%-
XYZ17.6716.1324.01-
YUV114.06138.13135.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.53%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=34.53%
G=29.01%
B=36.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251051320.050.2000.48284.4411.3946.47
Hex7D698451403011cb2e
Octal1751512045240604341356
Binary11111011101001100001001011010001100001000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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