#7A6371

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

Shades of Monsoon #7A6371

Tints of Monsoon #7A6371

Color information

#7A6371 (or 0x7A6371) is unknown color: approx Monsoon. HEX triplet: 7A, 63 and 71. RGB value is (122,99,113). Sum of RGB (Red+Green+Blue) = 122+99+113=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6371 is #859C8E. Grayscale: #6B6B6B. Windows color (decimal): -8756367 or 7431034. OLE color: 7431034.

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

Color convert

RGB12299113-
CMYK00.190.070.52
HSL323.48º10.41%43.33%-
HSV(B)323.48º18.85%47.84%-
XYZ15.4714.2517.56-
YUV107.47131.12138.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=36.53%
G=29.64%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229911300.190.070.52323.4810.4143.33
Hex7A6371013734143a2b
Octal1721431610237645031253
Binary1111010110001111100010100111111101001010000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,113); }

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

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

 a { background-color: rgb(122,99,113); }

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

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

 span { border-color: rgb(122,99,113); }

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