#7A6973

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

Shades of Monsoon #7A6973

Tints of Monsoon #7A6973

Color information

#7A6973 (or 0x7A6973) is unknown color: approx Monsoon. HEX triplet: 7A, 69 and 73. RGB value is (122,105,115). Sum of RGB (Red+Green+Blue) = 122+105+115=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6973 is #85968C. Grayscale: #6F6F6F. Windows color (decimal): -8754829 or 7563642. OLE color: 7563642.

HSL color Cylindrical-coordinate representation of color #7A6973: hue angle of 324.71º 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 #7A6973 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB122105115-
CMYK00.140.060.52
HSL324.71º7.49%44.51%-
HSV(B)324.71º13.93%47.84%-
XYZ16.1715.4818.35-
YUV111.22130.13135.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=35.67%
G=30.70%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210511500.140.060.52324.717.4944.51
Hex7A69730E63414572d
Octal172151163016664505755
Binary11110101101001111001101110110110100101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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