#776471

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

Shades of Monsoon #776471

Tints of Monsoon #776471

Color information

#776471 (or 0x776471) is unknown color: approx Monsoon. HEX triplet: 77, 64 and 71. RGB value is (119,100,113). Sum of RGB (Red+Green+Blue) = 119+100+113=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776471 is #889B8E. Grayscale: #6B6B6B. Windows color (decimal): -8952719 or 7431287. OLE color: 7431287.

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

Color convert

RGB119100113-
CMYK00.160.050.53
HSL318.95º8.68%42.94%-
HSV(B)318.95º15.97%46.67%-
XYZ15.1514.2317.57-
YUV107.16131.29136.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=35.84%
G=30.12%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910011300.160.050.53318.958.6842.94
Hex77647101053513f92b
Octal1671441610205654771153
Binary1110111110010011100010100001011101011001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776471; }

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

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

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

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

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

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

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

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