#82677A

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

Shades of Monsoon #82677A

Tints of Monsoon #82677A

Color information

#82677A (or 0x82677A) is unknown color: approx Monsoon. HEX triplet: 82, 67 and 7A. RGB value is (130,103,122). Sum of RGB (Red+Green+Blue) = 130+103+122=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677A is #7D9885. Grayscale: #717171. Windows color (decimal): -8231046 or 8021890. OLE color: 8021890.

HSL color Cylindrical-coordinate representation of color #82677A: hue angle of 317.78º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82677A is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB130103122-
CMYK00.210.060.49
HSL317.78º11.59%45.69%-
HSV(B)317.78º20.77%50.98%-
XYZ17.5715.8520.55-
YUV113.24132.95139.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=36.62%
G=29.01%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010312200.210.060.49317.7811.5945.69
Hex82677A01563113ec2e
Octal2021471720256614761456
Binary10000010110011111110100101011101100011001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82677A; }

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

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

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

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

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

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

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

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