#7A6972

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

Shades of Monsoon #7A6972

Tints of Monsoon #7A6972

Color information

#7A6972 (or 0x7A6972) is unknown color: approx Monsoon. HEX triplet: 7A, 69 and 72. RGB value is (122,105,114). Sum of RGB (Red+Green+Blue) = 122+105+114=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6972 is #85968D. Grayscale: #6F6F6F. Windows color (decimal): -8754830 or 7498106. OLE color: 7498106.

HSL color Cylindrical-coordinate representation of color #7A6972: hue angle of 328.24º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A6972 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB122105114-
CMYK00.140.070.52
HSL328.24º7.49%44.51%-
HSV(B)328.24º13.93%47.84%-
XYZ16.1115.4618.05-
YUV111.11129.63135.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=35.78%
G=30.79%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210511400.140.070.52328.247.4944.51
Hex7A69720E73414872d
Octal172151162016764510755
Binary11110101101001111001001110111110100101001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,114); }

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

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

 a { background-color: rgb(122,105,114); }

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

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

 span { border-color: rgb(122,105,114); }

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