#7A6772

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

Shades of Monsoon #7A6772

Tints of Monsoon #7A6772

Color information

#7A6772 (or 0x7A6772) is unknown color: approx Monsoon. HEX triplet: 7A, 67 and 72. RGB value is (122,103,114). Sum of RGB (Red+Green+Blue) = 122+103+114=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6772 is #85988D. Grayscale: #6D6D6D. Windows color (decimal): -8755342 or 7497594. OLE color: 7497594.

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

Color convert

RGB122103114-
CMYK00.160.070.52
HSL325.26º8.44%44.12%-
HSV(B)325.26º15.57%47.84%-
XYZ15.9115.0517.99-
YUV109.93130.29136.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=35.99%
G=30.38%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210311400.160.070.52325.268.4444.12
Hex7A677201073414582c
Octal1721471620207645051054
Binary1111010110011111100100100001111101001010001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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