#82677B

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

Shades of Monsoon #82677B

Tints of Monsoon #82677B

Color information

#82677B (or 0x82677B) is unknown color: approx Monsoon. HEX triplet: 82, 67 and 7B. RGB value is (130,103,123). Sum of RGB (Red+Green+Blue) = 130+103+123=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677B is #7D9884. Grayscale: #717171. Windows color (decimal): -8231045 or 8087426. OLE color: 8087426.

HSL color Cylindrical-coordinate representation of color #82677B: hue angle of 315.56º 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 #82677B is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130103123-
CMYK00.210.050.49
HSL315.56º11.59%45.69%-
HSV(B)315.56º20.77%50.98%-
XYZ17.6315.8820.87-
YUV113.35133.45139.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=36.52%
G=28.93%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010312300.210.050.49315.5611.5945.69
Hex82677B01553113cc2e
Octal2021471730255614741456
Binary10000010110011111110110101011011100011001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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