#777375

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

Shades of Monsoon #777375

Tints of Monsoon #777375

Color information

#777375 (or 0x777375) is unknown color: approx Monsoon. HEX triplet: 77, 73 and 75. RGB value is (119,115,117). Sum of RGB (Red+Green+Blue) = 119+115+117=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 119 - color contains mainly: red. Hex color #777375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777375 is #888C8A. Grayscale: #747474. Windows color (decimal): -8948875 or 7697271. OLE color: 7697271.

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

Color convert

RGB119115117-
CMYK00.030.020.53
HSL330º1.71%45.88%-
HSV(B)330º3.36%46.67%-
XYZ16.9517.4719.31-
YUV116.42128.33129.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=33.90%
G=32.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911511700.030.020.533301.7145.88
Hex7773750323514a22e
Octal16716316503265512256
Binary1110111111001111101010111011010110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777375; }

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

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

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

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

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

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

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

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