#7D6978

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

Shades of Monsoon #7D6978

Tints of Monsoon #7D6978

Color information

#7D6978 (or 0x7D6978) is unknown color: approx Monsoon. HEX triplet: 7D, 69 and 78. RGB value is (125,105,120). Sum of RGB (Red+Green+Blue) = 125+105+120=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6978 is #829687. Grayscale: #707070. Windows color (decimal): -8558216 or 7891325. OLE color: 7891325.

HSL color Cylindrical-coordinate representation of color #7D6978: hue angle of 315º 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 #7D6978 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB125105120-
CMYK00.160.040.51
HSL315º8.7%45.1%-
HSV(B)315º16%49.02%-
XYZ16.915.8219.93-
YUV112.69132.13136.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.71%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=35.71%
G=30%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510512000.160.040.513158.745.1
Hex7D697801043313b92d
Octal1751511700204634731155
Binary1111101110100111110000100001001100111001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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