#81707D

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

Shades of Monsoon #81707D

Tints of Monsoon #81707D

Color information

#81707D (or 0x81707D) is unknown color: approx Monsoon. HEX triplet: 81, 70 and 7D. RGB value is (129,112,125). Sum of RGB (Red+Green+Blue) = 129+112+125=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #81707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81707D is #7E8F82. Grayscale: #767676. Windows color (decimal): -8294275 or 8220801. OLE color: 8220801.

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

Color convert

RGB129112125-
CMYK00.130.030.49
HSL314.12º7.05%47.25%-
HSV(B)314.12º13.18%50.59%-
XYZ18.5517.7421.85-
YUV118.56131.63135.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=35.25%
G=30.60%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911212500.130.030.49314.127.0547.25
Hex81707D0D33113a72f
Octal201160175015361472757
Binary10000001111000011111010110111110001100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81707D; }

 p { color: rgb(129,112,125); }

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

<style>
 a { background-color: #81707D; }

 a { background-color: rgb(129,112,125); }

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

<style>
 span { border-color: #81707D; }

 span { border-color: rgb(129,112,125); }

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