Html Css Color HEX #825F77 Monsoon

📋 copy color: '#825F77'

red 130 ◦ green 95 ◦ blue 119

#825F77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #825F77

Tints of Monsoon #825F77

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 value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#825F77 (or 0x825F77) is known color: 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

RGB 130 95 119 -
CMYK 0 0.27 0.08 0.49
HSL 318.86º 0.16% 0.44% -
HSV(B) 318.86º 0.27% 0.51% -
XYZ 16.63 14.26 19.33 -
YUV 108.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 130 95 119 0 0.27 0.08 0.49 318.86 0.16 0.44
Hex 82 5F 77 0 1B 8 31 13F 10 2C
Octal 202 137 167 0 33 10 61 477 20 54
Binary 10000010 1011111 1110111 0 11011 1000 110001 100111111 10000 101100

Color Harmonies of #825F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F77

Black with #825F77

Text Example


Text Example

White with #825F77

Text Example


Text Example

HTML Codes & Css Web 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>