#777576

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

Shades of Monsoon #777576

Tints of Monsoon #777576

Color information

#777576 (or 0x777576) is unknown color: approx Monsoon. HEX triplet: 77, 75 and 76. RGB value is (119,117,118). Sum of RGB (Red+Green+Blue) = 119+117+118=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 119 - color contains mainly: red. Hex color #777576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777576 is #888A89. Grayscale: #757575. Windows color (decimal): -8948362 or 7763319. OLE color: 7763319.

HSL color Cylindrical-coordinate representation of color #777576: hue angle of 330º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #777576 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB119117118-
CMYK00.020.010.53
HSL330º0.85%46.27%-
HSV(B)330º1.68%46.67%-
XYZ17.2417.9519.7-
YUV117.71128.16128.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=33.62%
G=33.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911711800.020.010.533300.8546.27
Hex7775760213514a12e
Octal16716516602165512156
Binary11101111110101111011001011101011010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777576; }

 p { color: rgb(119,117,118); }

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

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

 a { background-color: rgb(119,117,118); }

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

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

 span { border-color: rgb(119,117,118); }

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