#82767F

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

Shades of Monsoon #82767F

Tints of Monsoon #82767F

Color information

#82767F (or 0x82767F) is unknown color: approx Monsoon. HEX triplet: 82, 76 and 7F. RGB value is (130,118,127). Sum of RGB (Red+Green+Blue) = 130+118+127=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #82767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767F is #7D8980. Grayscale: #7A7A7A. Windows color (decimal): -8227201 or 8353410. OLE color: 8353410.

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

Color convert

RGB130118127-
CMYK00.090.020.49
HSL315º4.84%48.63%-
HSV(B)315º9.23%50.98%-
XYZ19.5219.2422.76-
YUV122.61130.48133.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 127 (50% from 255) = 33.87%
R=34.67%
G=31.47%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011812700.090.020.493154.8448.63
Hex82767F0923113b531
Octal202166177011261473561
Binary10000010111011011111110100110110001100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82767F; }

 p { color: rgb(130,118,127); }

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

<style>
 a { background-color: #82767F; }

 a { background-color: rgb(130,118,127); }

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

<style>
 span { border-color: #82767F; }

 span { border-color: rgb(130,118,127); }

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