#7A7378

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

Shades of Monsoon #7A7378

Tints of Monsoon #7A7378

Color information

#7A7378 (or 0x7A7378) is unknown color: approx Monsoon. HEX triplet: 7A, 73 and 78. RGB value is (122,115,120). Sum of RGB (Red+Green+Blue) = 122+115+120=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7378 is #858C87. Grayscale: #757575. Windows color (decimal): -8752264 or 7893882. OLE color: 7893882.

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

Color convert

RGB122115120-
CMYK00.060.020.52
HSL317.14º2.95%46.47%-
HSV(B)317.14º5.74%47.84%-
XYZ17.5517.7620.27-
YUV117.66129.32131.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=34.17%
G=32.21%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211512000.060.020.52317.142.9546.47
Hex7A73780623413d32e
Octal17216317006264475356
Binary11110101110011111100001101011010010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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