#806374

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

Shades of Monsoon #806374

Tints of Monsoon #806374

Color information

#806374 (or 0x806374) is unknown color: approx Monsoon. HEX triplet: 80, 63 and 74. RGB value is (128,99,116). Sum of RGB (Red+Green+Blue) = 128+99+116=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806374 is #7F9C8B. Grayscale: #6D6D6D. Windows color (decimal): -8363148 or 7627648. OLE color: 7627648.

HSL color Cylindrical-coordinate representation of color #806374: hue angle of 324.83º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806374 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12899116-
CMYK00.230.090.50
HSL324.83º12.78%44.51%-
HSV(B)324.83º22.66%50.2%-
XYZ16.5214.7718.5-
YUV109.61131.61141.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=37.32%
G=28.86%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289911600.230.090.50324.8312.7844.51
Hex806374017932145d2d
Octal20014316402711625051555
Binary100000001100011111010001011110011100101010001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806374; }

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

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

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

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

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

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

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

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