Html Css Color HEX #827981 Monsoon

📋 copy color: '#827981'

red 130 ◦ green 121 ◦ blue 129

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

Shades of Monsoon #827981

Tints of Monsoon #827981

RGB

 RED value IS 130 (51.17% from 255) = 34.21%

 GREEN value IS 121 (47.66% from 255) = 31.84%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 34.21%
G = 31.84%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#827981 (or 0x827981) is known color: Monsoon. HEX triplet: 82, 79 and 81. RGB value is (130,121,129). Sum of RGB (Red+Green+Blue) = 130+121+129=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #827981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827981 is #7D867E. Grayscale: #7C7C7C. Windows color (decimal): -8226431 or 8485250. OLE color: 8485250.

HSL color Cylindrical-coordinate representation of color #827981: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #827981 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 129 -
CMYK 0 0.07 0.01 0.49
HSL 306.67º 0.04% 0.49% -
HSV(B) 306.67º 0.07% 0.51% -
XYZ 20.01 20.01 23.58 -
YUV 124.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 130 121 129 0 0.07 0.01 0.49 306.67 0.04 0.49
Hex 82 79 81 0 7 1 31 133 4 31
Octal 202 171 201 0 7 1 61 463 4 61
Binary 10000010 1111001 10000001 0 111 1 110001 100110011 100 110001

Color Harmonies of #827981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827981

Black with #827981

Text Example


Text Example

White with #827981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827981; }

 p { color: rgb(130,121,129); }

 H1.HeaderClassName
 {
   color: #827981;
 }
 .AnyTagClassName
 {
   color: #827981;
 }
</style>

background-color css

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

 a { background-color: rgb(130,121,129); }

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

border-color css

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

 span { border-color: rgb(130,121,129); }

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