#82707A

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

Shades of Monsoon #82707A

Tints of Monsoon #82707A

Color information

#82707A (or 0x82707A) is unknown color: approx Monsoon. HEX triplet: 82, 70 and 7A. RGB value is (130,112,122). Sum of RGB (Red+Green+Blue) = 130+112+122=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #82707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82707A is #7D8F85. Grayscale: #767676. Windows color (decimal): -8228742 or 8024194. OLE color: 8024194.

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

Color convert

RGB130112122-
CMYK00.140.060.49
HSL326.67º7.44%47.45%-
HSV(B)326.67º13.85%50.98%-
XYZ18.5117.7420.86-
YUV118.52129.96136.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=35.71%
G=30.77%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011212200.140.060.49326.677.4447.45
Hex82707A0E63114772f
Octal202160172016661507757
Binary100000101110000111101001110110110001101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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