#7D6171

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

Shades of Monsoon #7D6171

Tints of Monsoon #7D6171

Color information

#7D6171 (or 0x7D6171) is unknown color: approx Monsoon. HEX triplet: 7D, 61 and 71. RGB value is (125,97,113). Sum of RGB (Red+Green+Blue) = 125+97+113=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6171 is #829E8E. Grayscale: #6B6B6B. Windows color (decimal): -8560271 or 7430525. OLE color: 7430525.

HSL color Cylindrical-coordinate representation of color #7D6171: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6171 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12597113-
CMYK00.220.100.51
HSL325.71º12.61%43.53%-
HSV(B)325.71º22.4%49.02%-
XYZ15.7114.117.52-
YUV107.2131.28140.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.31%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=37.31%
G=28.96%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259711300.220.100.51325.7112.6143.53
Hex7D6171016A33146d2c
Octal17514116102612635061554
Binary11111011100001111000101011010101100111010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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