#776B73

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

Shades of Monsoon #776B73

Tints of Monsoon #776B73

Color information

#776B73 (or 0x776B73) is unknown color: approx Monsoon. HEX triplet: 77, 6B and 73. RGB value is (119,107,115). Sum of RGB (Red+Green+Blue) = 119+107+115=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B73 is #88948C. Grayscale: #6F6F6F. Windows color (decimal): -8950925 or 7564151. OLE color: 7564151.

HSL color Cylindrical-coordinate representation of color #776B73: hue angle of 320º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776B73 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB119107115-
CMYK00.100.030.53
HSL320º5.31%44.31%-
HSV(B)320º10.08%46.67%-
XYZ15.9615.6818.4-
YUV111.5129.98133.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=34.90%
G=31.38%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910711500.100.030.533205.3144.31
Hex776B730A33514052c
Octal167153163012365500554
Binary1110111110101111100110101011110101101000000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776B73; }

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

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

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

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

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

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

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

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