#82797E

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

Shades of Monsoon #82797E

Tints of Monsoon #82797E

Color information

#82797E (or 0x82797E) is unknown color: approx Monsoon. HEX triplet: 82, 79 and 7E. RGB value is (130,121,126). Sum of RGB (Red+Green+Blue) = 130+121+126=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 130 - color contains mainly: red. Hex color #82797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797E is #7D8681. Grayscale: #7C7C7C. Windows color (decimal): -8226434 or 8288642. OLE color: 8288642.

HSL color Cylindrical-coordinate representation of color #82797E: hue angle of 326.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 #82797E is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB130121126-
CMYK00.070.030.49
HSL326.67º3.59%49.22%-
HSV(B)326.67º6.92%50.98%-
XYZ19.8119.9322.54-
YUV124.26128.98132.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=34.48%
G=32.10%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012112600.070.030.49326.673.5949.22
Hex82797E07331147431
Octal20217117607361507461
Binary1000001011110011111110011111110001101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82797E; }

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

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

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

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

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

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

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

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