Html Css Color HEX #827A80 Monsoon

📋 copy color: '#827A80'

red 130 ◦ green 122 ◦ blue 128

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

Shades of Monsoon #827A80

Tints of Monsoon #827A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 34.21%
G = 32.11%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#827A80 (or 0x827A80) is known color: Monsoon. HEX triplet: 82, 7A and 80. RGB value is (130,122,128). Sum of RGB (Red+Green+Blue) = 130+122+128=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #827A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A80 is #7D857F. Grayscale: #7D7D7D. Windows color (decimal): -8226176 or 8419970. OLE color: 8419970.

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

Color convert

RGB 130 122 128 -
CMYK 0 0.06 0.02 0.49
HSL 315º 0.03% 0.49% -
HSV(B) 315º 0.06% 0.51% -
XYZ 20.06 20.22 23.27 -
YUV 125.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 130 122 128 0 0.06 0.02 0.49 315 0.03 0.49
Hex 82 7A 80 0 6 2 31 13B 3 31
Octal 202 172 200 0 6 2 61 473 3 61
Binary 10000010 1111010 10000000 0 110 10 110001 100111011 11 110001

Color Harmonies of #827A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A80

Black with #827A80

Text Example


Text Example

White with #827A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,128); }

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

background-color css

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

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

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

border-color css

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

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

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