#82707F

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

Shades of Monsoon #82707F

Tints of Monsoon #82707F

Color information

#82707F (or 0x82707F) is unknown color: approx Monsoon. HEX triplet: 82, 70 and 7F. RGB value is (130,112,127). Sum of RGB (Red+Green+Blue) = 130+112+127=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82707F is #7D8F80. Grayscale: #777777. Windows color (decimal): -8228737 or 8351874. OLE color: 8351874.

HSL color Cylindrical-coordinate representation of color #82707F: hue angle of 310º 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 #82707F is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB130112127-
CMYK00.140.020.49
HSL310º7.44%47.45%-
HSV(B)310º13.85%50.98%-
XYZ18.8317.8722.53-
YUV119.09132.46135.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 127 (50% from 255) = 34.42%
R=35.23%
G=30.35%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011212700.140.020.493107.4447.45
Hex82707F0E23113672f
Octal202160177016261466757
Binary10000010111000011111110111010110001100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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