#7D6985

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

Shades of Mamba #7D6985

Tints of Mamba #7D6985

Color information

#7D6985 (or 0x7D6985) is unknown color: approx Mamba. HEX triplet: 7D, 69 and 85. RGB value is (125,105,133). Sum of RGB (Red+Green+Blue) = 125+105+133=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6985 is #82967A. Grayscale: #727272. Windows color (decimal): -8558203 or 8743293. OLE color: 8743293.

HSL color Cylindrical-coordinate representation of color #7D6985: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D6985 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB125105133-
CMYK0.060.2100.48
HSL282.86º11.76%46.67%-
HSV(B)282.86º21.05%52.16%-
XYZ17.7416.1624.37-
YUV114.17138.63135.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=34.44%
G=28.93%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251051330.060.2100.48282.8611.7646.67
Hex7D698561503011bc2f
Octal1751512056250604331457
Binary11111011101001100001011101010101100001000110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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