#7D6975

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

Shades of Monsoon #7D6975

Tints of Monsoon #7D6975

Color information

#7D6975 (or 0x7D6975) is unknown color: approx Monsoon. HEX triplet: 7D, 69 and 75. RGB value is (125,105,117). Sum of RGB (Red+Green+Blue) = 125+105+117=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6975 is #82968A. Grayscale: #707070. Windows color (decimal): -8558219 or 7694717. OLE color: 7694717.

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

Color convert

RGB125105117-
CMYK00.160.060.51
HSL324º8.7%45.1%-
HSV(B)324º16%49.02%-
XYZ16.7215.7518.99-
YUV112.35130.63137.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=36.02%
G=30.26%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510511700.160.060.513248.745.1
Hex7D697501063314492d
Octal1751511650206635041155
Binary1111101110100111101010100001101100111010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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