Html Css Color HEX #827E82 Monsoon

📋 copy color: '#827E82'

red 130 ◦ green 126 ◦ blue 130

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

Shades of Monsoon #827E82

Tints of Monsoon #827E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 130 (51.17% from 255) = 33.68%

R = 33.68%
G = 32.64%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827E82 (or 0x827E82) is known color: Monsoon. HEX triplet: 82, 7E and 82. RGB value is (130,126,130). Sum of RGB (Red+Green+Blue) = 130+126+130=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E82 is #7D817D. Grayscale: #7F7F7F. Windows color (decimal): -8225150 or 8552066. OLE color: 8552066.

HSL color Cylindrical-coordinate representation of color #827E82: hue angle of 300º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #827E82 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 130 -
CMYK 0 0.03 0 0.49
HSL 300º 0.02% 0.5% -
HSV(B) 300º 0.03% 0.51% -
XYZ 20.7 21.28 24.14 -
YUV 127.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 130 126 130 0 0.03 0 0.49 300 0.02 0.5
Hex 82 7E 82 0 3 0 31 12C 2 32
Octal 202 176 202 0 3 0 61 454 2 62
Binary 10000010 1111110 10000010 0 11 0 110001 100101100 10 110010

Color Harmonies of #827E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E82

Black with #827E82

Text Example


Text Example

White with #827E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E82; }

 p { color: rgb(130,126,130); }

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

background-color css

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

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

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

border-color css

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

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

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