#777075

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

Shades of Monsoon #777075

Tints of Monsoon #777075

Color information

#777075 (or 0x777075) is unknown color: approx Monsoon. HEX triplet: 77, 70 and 75. RGB value is (119,112,117). Sum of RGB (Red+Green+Blue) = 119+112+117=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 119 - color contains mainly: red. Hex color #777075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777075 is #888F8A. Grayscale: #727272. Windows color (decimal): -8949643 or 7696503. OLE color: 7696503.

HSL color Cylindrical-coordinate representation of color #777075: hue angle of 317.14º 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 #777075 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB119112117-
CMYK00.060.020.53
HSL317.14º3.03%45.29%-
HSV(B)317.14º5.88%46.67%-
XYZ16.6116.7919.2-
YUV114.66129.32131.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=34.20%
G=32.18%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911211700.060.020.53317.143.0345.29
Hex7770750623513d32d
Octal16716016506265475355
Binary11101111110000111010101101011010110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777075; }

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

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

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

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

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

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

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

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