#777074

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

Shades of Monsoon #777074

Tints of Monsoon #777074

Color information

#777074 (or 0x777074) is unknown color: approx Monsoon. HEX triplet: 77, 70 and 74. RGB value is (119,112,116). Sum of RGB (Red+Green+Blue) = 119+112+116=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #777074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777074 is #888F8B. Grayscale: #727272. Windows color (decimal): -8949644 or 7630967. OLE color: 7630967.

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

Color convert

RGB119112116-
CMYK00.060.030.53
HSL325.71º3.03%45.29%-
HSV(B)325.71º5.88%46.67%-
XYZ16.5516.7718.89-
YUV114.55128.82131.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=34.29%
G=32.28%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911211600.060.030.53325.713.0345.29
Hex7770740633514632d
Octal16716016406365506355
Binary11101111110000111010001101111010110100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777074; }

 p { color: rgb(119,112,116); }

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

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

 a { background-color: rgb(119,112,116); }

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

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

 span { border-color: rgb(119,112,116); }

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