#766C73

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

Shades of Monsoon #766C73

Tints of Monsoon #766C73

Color information

#766C73 (or 0x766C73) is unknown color: approx Monsoon. HEX triplet: 76, 6C and 73. RGB value is (118,108,115). Sum of RGB (Red+Green+Blue) = 118+108+115=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C73 is #89938C. Grayscale: #6F6F6F. Windows color (decimal): -9016205 or 7564406. OLE color: 7564406.

HSL color Cylindrical-coordinate representation of color #766C73: hue angle of 318º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766C73 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB118108115-
CMYK00.080.030.54
HSL318º4.42%44.31%-
HSV(B)318º8.47%46.27%-
XYZ15.9315.8118.43-
YUV111.79129.81132.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=34.60%
G=31.67%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810811500.080.030.543184.4244.31
Hex766C730833613e42c
Octal166154163010366476454
Binary1110110110110011100110100011110110100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C73; }

 p { color: rgb(118,108,115); }

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

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

 a { background-color: rgb(118,108,115); }

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

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

 span { border-color: rgb(118,108,115); }

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