#7A7578

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

Shades of Monsoon #7A7578

Tints of Monsoon #7A7578

Color information

#7A7578 (or 0x7A7578) is unknown color: approx Monsoon. HEX triplet: 7A, 75 and 78. RGB value is (122,117,120). Sum of RGB (Red+Green+Blue) = 122+117+120=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7578 is #858A87. Grayscale: #767676. Windows color (decimal): -8751752 or 7894394. OLE color: 7894394.

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

Color convert

RGB122117120-
CMYK00.040.020.52
HSL324º2.09%46.86%-
HSV(B)324º4.1%47.84%-
XYZ17.7818.2220.35-
YUV118.84128.66130.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=33.98%
G=32.59%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211712000.040.020.523242.0946.86
Hex7A75780423414422f
Octal17216517004264504257
Binary11110101110101111100001001011010010100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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