#7D7083

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

Shades of Mamba #7D7083

Tints of Mamba #7D7083

Color information

#7D7083 (or 0x7D7083) is unknown color: approx Mamba. HEX triplet: 7D, 70 and 83. RGB value is (125,112,131). Sum of RGB (Red+Green+Blue) = 125+112+131=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D7083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7083 is #828F7C. Grayscale: #757575. Windows color (decimal): -8556413 or 8614013. OLE color: 8614013.

HSL color Cylindrical-coordinate representation of color #7D7083: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D7083 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB125112131-
CMYK0.050.1500.49
HSL281.05º7.82%47.65%-
HSV(B)281.05º14.5%51.37%-
XYZ18.3517.5923.9-
YUV118.05135.31132.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.97%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=33.97%
G=30.43%
B=35.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251121310.050.1500.49281.057.8247.65
Hex7D70835F031119830
Octal1751602035170614311060
Binary1111101111000010000011101111101100011000110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,112,131); }

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

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

 a { background-color: rgb(125,112,131); }

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

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

 span { border-color: rgb(125,112,131); }

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