#7D6A84

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

Shades of Mamba #7D6A84

Tints of Mamba #7D6A84

Color information

#7D6A84 (or 0x7D6A84) is unknown color: approx Mamba. HEX triplet: 7D, 6A and 84. RGB value is (125,106,132). Sum of RGB (Red+Green+Blue) = 125+106+132=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6A84 is #82957B. Grayscale: #727272. Windows color (decimal): -8557948 or 8678013. OLE color: 8678013.

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

Color convert

RGB125106132-
CMYK0.050.2000.48
HSL283.85º10.92%46.67%-
HSV(B)283.85º19.7%51.76%-
XYZ17.7816.3324.05-
YUV114.64137.79135.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=34.44%
G=29.20%
B=36.36%

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
Decimal1251061320.050.2000.48283.8510.9246.67
Hex7D6A8451403011cb2f
Octal1751522045240604341357
Binary11111011101010100001001011010001100001000111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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