#7D7180

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

Shades of Mamba #7D7180

Tints of Mamba #7D7180

Color information

#7D7180 (or 0x7D7180) is unknown color: approx Mamba. HEX triplet: 7D, 71 and 80. RGB value is (125,113,128). Sum of RGB (Red+Green+Blue) = 125+113+128=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 128 - color contains mainly: blue. Hex color #7D7180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7180 is #828E7F. Grayscale: #767676. Windows color (decimal): -8556160 or 8417661. OLE color: 8417661.

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

Color convert

RGB125113128-
CMYK0.020.1200.50
HSL288º6.22%47.25%-
HSV(B)288º11.72%50.2%-
XYZ18.2617.7322.88-
YUV118.3133.48132.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.15%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=34.15%
G=30.87%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1251131280.020.1200.502886.2247.25
Hex7D71802C03212062f
Octal175161200214062440657
Binary11111011110001100000001011000110010100100000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,128); }

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

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

 a { background-color: rgb(125,113,128); }

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

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

 span { border-color: rgb(125,113,128); }

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