#7D7085

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

Shades of Mamba #7D7085

Tints of Mamba #7D7085

Color information

#7D7085 (or 0x7D7085) is unknown color: approx Mamba. HEX triplet: 7D, 70 and 85. RGB value is (125,112,133). Sum of RGB (Red+Green+Blue) = 125+112+133=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D7085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7085 is #828F7A. Grayscale: #767676. Windows color (decimal): -8556411 or 8745085. OLE color: 8745085.

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

Color convert

RGB125112133-
CMYK0.060.1600.48
HSL277.14º8.57%48.04%-
HSV(B)277.14º15.79%52.16%-
XYZ18.4917.6424.62-
YUV118.28136.31132.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.78%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=33.78%
G=30.27%
B=35.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251121330.060.1600.48277.148.5748.04
Hex7D7085610030115930
Octal1751602056200604251160
Binary11111011110000100001011101000001100001000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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