#7A6773

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

Shades of Monsoon #7A6773

Tints of Monsoon #7A6773

Color information

#7A6773 (or 0x7A6773) is unknown color: approx Monsoon. HEX triplet: 7A, 67 and 73. RGB value is (122,103,115). Sum of RGB (Red+Green+Blue) = 122+103+115=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6773 is #85988C. Grayscale: #6E6E6E. Windows color (decimal): -8755341 or 7563130. OLE color: 7563130.

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

Color convert

RGB122103115-
CMYK00.160.060.52
HSL322.11º8.44%44.12%-
HSV(B)322.11º15.57%47.84%-
XYZ15.9715.0818.29-
YUV110.05130.79136.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.88%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=35.88%
G=30.29%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210311500.160.060.52322.118.4444.12
Hex7A677301063414282c
Octal1721471630206645021054
Binary1111010110011111100110100001101101001010000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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