#776773

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

Shades of Monsoon #776773

Tints of Monsoon #776773

Color information

#776773 (or 0x776773) is unknown color: approx Monsoon. HEX triplet: 77, 67 and 73. RGB value is (119,103,115). Sum of RGB (Red+Green+Blue) = 119+103+115=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776773 is #88988C. Grayscale: #6D6D6D. Windows color (decimal): -8951949 or 7563127. OLE color: 7563127.

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

Color convert

RGB119103115-
CMYK00.130.030.53
HSL315º7.21%43.53%-
HSV(B)315º13.45%46.67%-
XYZ15.5514.8618.27-
YUV109.15131.3135.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=35.31%
G=30.56%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910311500.130.030.533157.2143.53
Hex7767730D33513b72c
Octal167147163015365473754
Binary1110111110011111100110110111110101100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776773; }

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

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

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

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

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

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

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

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