#776772

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

Shades of Monsoon #776772

Tints of Monsoon #776772

Color information

#776772 (or 0x776772) is unknown color: approx Monsoon. HEX triplet: 77, 67 and 72. RGB value is (119,103,114). Sum of RGB (Red+Green+Blue) = 119+103+114=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776772 is #88988D. Grayscale: #6D6D6D. Windows color (decimal): -8951950 or 7497591. OLE color: 7497591.

HSL color Cylindrical-coordinate representation of color #776772: hue angle of 318.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776772 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB119103114-
CMYK00.130.040.53
HSL318.75º7.21%43.53%-
HSV(B)318.75º13.45%46.67%-
XYZ15.514.8417.97-
YUV109.04130.8135.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=35.42%
G=30.65%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910311400.130.040.53318.757.2143.53
Hex7767720D43513f72c
Octal167147162015465477754
Binary11101111100111111001001101100110101100111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776772; }

 p { color: rgb(119,103,114); }

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

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

 a { background-color: rgb(119,103,114); }

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

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

 span { border-color: rgb(119,103,114); }

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