#81757F

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

Shades of Monsoon #81757F

Tints of Monsoon #81757F

Color information

#81757F (or 0x81757F) is unknown color: approx Monsoon. HEX triplet: 81, 75 and 7F. RGB value is (129,117,127). Sum of RGB (Red+Green+Blue) = 129+117+127=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 129 - color contains mainly: red. Hex color #81757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81757F is #7E8A80. Grayscale: #797979. Windows color (decimal): -8292993 or 8353153. OLE color: 8353153.

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

Color convert

RGB129117127-
CMYK00.090.020.49
HSL310º4.88%48.24%-
HSV(B)310º9.3%50.59%-
XYZ19.2518.9222.72-
YUV121.73130.98133.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.58%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 127 (50% from 255) = 34.05%
R=34.58%
G=31.37%
B=34.05%

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
Decimal12911712700.090.020.493104.8848.24
Hex81757F09231136530
Octal201165177011261466560
Binary10000001111010111111110100110110001100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,117,127); }

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

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

 a { background-color: rgb(129,117,127); }

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

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

 span { border-color: rgb(129,117,127); }

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