#776971

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

Shades of Monsoon #776971

Tints of Monsoon #776971

Color information

#776971 (or 0x776971) is unknown color: approx Monsoon. HEX triplet: 77, 69 and 71. RGB value is (119,105,113). Sum of RGB (Red+Green+Blue) = 119+105+113=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776971 is #88968E. Grayscale: #6E6E6E. Windows color (decimal): -8951439 or 7432567. OLE color: 7432567.

HSL color Cylindrical-coordinate representation of color #776971: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #776971 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB119105113-
CMYK00.120.050.53
HSL325.71º6.25%43.92%-
HSV(B)325.71º11.76%46.67%-
XYZ15.6415.2217.74-
YUV110.1129.64134.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=35.31%
G=31.16%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910511300.120.050.53325.716.2543.92
Hex7769710C53514662c
Octal167151161014565506654
Binary11101111101001111000101100101110101101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776971; }

 p { color: rgb(119,105,113); }

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

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

 a { background-color: rgb(119,105,113); }

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

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

 span { border-color: rgb(119,105,113); }

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