#7D7278

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

Shades of Monsoon #7D7278

Tints of Monsoon #7D7278

Color information

#7D7278 (or 0x7D7278) is unknown color: approx Monsoon. HEX triplet: 7D, 72 and 78. RGB value is (125,114,120). Sum of RGB (Red+Green+Blue) = 125+114+120=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7278 is #828D87. Grayscale: #757575. Windows color (decimal): -8555912 or 7893629. OLE color: 7893629.

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

Color convert

RGB125114120-
CMYK00.090.040.51
HSL327.27º4.6%46.86%-
HSV(B)327.27º8.8%49.02%-
XYZ17.8617.7520.25-
YUV117.97129.14133.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=34.82%
G=31.75%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511412000.090.040.51327.274.646.86
Hex7D72780943314752f
Octal175162170011463507557
Binary11111011110010111100001001100110011101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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