#7A6775

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

Shades of Monsoon #7A6775

Tints of Monsoon #7A6775

Color information

#7A6775 (or 0x7A6775) is unknown color: approx Monsoon. HEX triplet: 7A, 67 and 75. RGB value is (122,103,117). Sum of RGB (Red+Green+Blue) = 122+103+117=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6775 is #85988A. Grayscale: #6E6E6E. Windows color (decimal): -8755339 or 7694202. OLE color: 7694202.

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

Color convert

RGB122103117-
CMYK00.160.040.52
HSL315.79º8.44%44.12%-
HSV(B)315.79º15.57%47.84%-
XYZ16.0915.1218.9-
YUV110.28131.79136.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=35.67%
G=30.12%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210311700.160.040.52315.798.4444.12
Hex7A677501043413c82c
Octal1721471650204644741054
Binary1111010110011111101010100001001101001001111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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