#766F73

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

Shades of Monsoon #766F73

Tints of Monsoon #766F73

Color information

#766F73 (or 0x766F73) is unknown color: approx Monsoon. HEX triplet: 76, 6F and 73. RGB value is (118,111,115). Sum of RGB (Red+Green+Blue) = 118+111+115=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #766F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F73 is #89908C. Grayscale: #717171. Windows color (decimal): -9015437 or 7565174. OLE color: 7565174.

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

Color convert

RGB118111115-
CMYK00.060.030.54
HSL325.71º3.06%44.9%-
HSV(B)325.71º5.93%46.27%-
XYZ16.2516.4618.54-
YUV113.55128.82131.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=34.30%
G=32.27%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811111500.060.030.54325.713.0644.9
Hex766F730633614632d
Octal16615716306366506355
Binary11101101101111111001101101111011010100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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