#806075

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

Shades of Monsoon #806075

Tints of Monsoon #806075

Color information

#806075 (or 0x806075) is unknown color: approx Monsoon. HEX triplet: 80, 60 and 75. RGB value is (128,96,117). Sum of RGB (Red+Green+Blue) = 128+96+117=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806075 is #7F9F8A. Grayscale: #6B6B6B. Windows color (decimal): -8363915 or 7692416. OLE color: 7692416.

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

Color convert

RGB12896117-
CMYK00.250.090.50
HSL320.62º14.29%43.92%-
HSV(B)320.62º25%50.2%-
XYZ16.314.2418.72-
YUV107.96133.1142.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=37.54%
G=28.15%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289611700.250.090.50320.6214.2943.92
Hex806075019932141e2c
Octal20014016503111625011654
Binary100000001100000111010101100110011100101010000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806075; }

 p { color: rgb(128,96,117); }

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

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

 a { background-color: rgb(128,96,117); }

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

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

 span { border-color: rgb(128,96,117); }

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