#825F77

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

Shades of Monsoon #825F77

Tints of Monsoon #825F77

Color information

#825F77 (or 0x825F77) is unknown color: approx Monsoon. HEX triplet: 82, 5F and 77. RGB value is (130,95,119). Sum of RGB (Red+Green+Blue) = 130+95+119=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #825F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F77 is #7DA088. Grayscale: #6C6C6C. Windows color (decimal): -8233097 or 7823234. OLE color: 7823234.

HSL color Cylindrical-coordinate representation of color #825F77: hue angle of 318.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F77 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13095119-
CMYK00.270.080.49
HSL318.86º15.56%44.12%-
HSV(B)318.86º26.92%50.98%-
XYZ16.6314.2619.33-
YUV108.2134.1143.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=37.79%
G=27.62%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309511900.270.080.49318.8615.5644.12
Hex825F7701B83113f102c
Octal20213716703310614772054
Binary1000001010111111110111011011100011000110011111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825F77; }

 p { color: rgb(130,95,119); }

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

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

 a { background-color: rgb(130,95,119); }

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

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

 span { border-color: rgb(130,95,119); }

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