#7D7079

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

Shades of Monsoon #7D7079

Tints of Monsoon #7D7079

Color information

#7D7079 (or 0x7D7079) is unknown color: approx Monsoon. HEX triplet: 7D, 70 and 79. RGB value is (125,112,121). Sum of RGB (Red+Green+Blue) = 125+112+121=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7079 is #828F86. Grayscale: #747474. Windows color (decimal): -8556423 or 7958653. OLE color: 7958653.

HSL color Cylindrical-coordinate representation of color #7D7079: hue angle of 318.46º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7079 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB125112121-
CMYK00.100.030.51
HSL318.46º5.49%46.47%-
HSV(B)318.46º10.4%49.02%-
XYZ17.717.3320.5-
YUV116.91130.31133.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=34.92%
G=31.28%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511212100.100.030.51318.465.4946.47
Hex7D70790A33313e52e
Octal175160171012363476556
Binary1111101111000011110010101011110011100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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