#827A81

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

Shades of Monsoon #827A81

Tints of Monsoon #827A81

Color information

#827A81 (or 0x827A81) is unknown color: approx Monsoon. HEX triplet: 82, 7A and 81. RGB value is (130,122,129). Sum of RGB (Red+Green+Blue) = 130+122+129=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 130 - color contains mainly: red. Hex color #827A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A81 is #7D857E. Grayscale: #7D7D7D. Windows color (decimal): -8226175 or 8485506. OLE color: 8485506.

HSL color Cylindrical-coordinate representation of color #827A81: hue angle of 307.5º 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 #827A81 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB130122129-
CMYK00.060.010.49
HSL307.5º3.17%49.41%-
HSV(B)307.5º6.15%50.98%-
XYZ20.1320.2523.62-
YUV125.19130.15131.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=34.12%
G=32.02%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012212900.060.010.49307.53.1749.41
Hex827A8106131134331
Octal20217220106161464361
Binary100000101111010100000010110111000110011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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