#805D74

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

Shades of Monsoon #805D74

Tints of Monsoon #805D74

Color information

#805D74 (or 0x805D74) is unknown color: approx Monsoon. HEX triplet: 80, 5D and 74. RGB value is (128,93,116). Sum of RGB (Red+Green+Blue) = 128+93+116=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #805D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D74 is #7FA28B. Grayscale: #6A6A6A. Windows color (decimal): -8364684 or 7626112. OLE color: 7626112.

HSL color Cylindrical-coordinate representation of color #805D74: hue angle of 320.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805D74 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12893116-
CMYK00.270.090.50
HSL320.57º15.84%43.33%-
HSV(B)320.57º27.34%50.2%-
XYZ15.9713.6818.32-
YUV106.09133.6143.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=37.98%
G=27.60%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289311600.270.090.50320.5715.8443.33
Hex805D7401B932141102b
Octal20013516403311625012053
Binary1000000010111011110100011011100111001010100000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805D74; }

 p { color: rgb(128,93,116); }

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

<style>
 a { background-color: #805D74; }

 a { background-color: rgb(128,93,116); }

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

<style>
 span { border-color: #805D74; }

 span { border-color: rgb(128,93,116); }

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