#81777F

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

Shades of Monsoon #81777F

Tints of Monsoon #81777F

Color information

#81777F (or 0x81777F) is unknown color: approx Monsoon. HEX triplet: 81, 77 and 7F. RGB value is (129,119,127). Sum of RGB (Red+Green+Blue) = 129+119+127=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 129 - color contains mainly: red. Hex color #81777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81777F is #7E8880. Grayscale: #7A7A7A. Windows color (decimal): -8292481 or 8353665. OLE color: 8353665.

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

Color convert

RGB129119127-
CMYK00.080.020.49
HSL312º4.03%48.63%-
HSV(B)312º7.75%50.59%-
XYZ19.4819.3922.8-
YUV122.9130.31132.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 127 (50% from 255) = 33.87%
R=34.4%
G=31.73%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911912700.080.020.493124.0348.63
Hex81777F08231138431
Octal201167177010261470461
Binary10000001111011111111110100010110001100111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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