Html Css Color HEX #766A73 Monsoon

📋 copy color: '#766A73'

red 118 ◦ green 106 ◦ blue 115

#766A73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #766A73

Tints of Monsoon #766A73

RGB

 RED value IS 118 (46.48% from 255) = 34.81%

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 34.81%
G = 31.27%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766A73 (or 0x766A73) is known color: Monsoon. HEX triplet: 76, 6A and 73. RGB value is (118,106,115). Sum of RGB (Red+Green+Blue) = 118+106+115=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #766A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A73 is #89958C. Grayscale: #6E6E6E. Windows color (decimal): -9016717 or 7563894. OLE color: 7563894.

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

Color convert

RGB 118 106 115 -
CMYK 0 0.10 0.03 0.54
HSL 315º 0.05% 0.44% -
HSV(B) 315º 0.1% 0.46% -
XYZ 15.72 15.4 18.36 -
YUV 110.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 118 106 115 0 0.10 0.03 0.54 315 0.05 0.44
Hex 76 6A 73 0 A 3 36 13B 5 2C
Octal 166 152 163 0 12 3 66 473 5 54
Binary 1110110 1101010 1110011 0 1010 11 110110 100111011 101 101100

Color Harmonies of #766A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A73

Black with #766A73

Text Example


Text Example

White with #766A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #766A73;
 }
 .AnyTagClassName
 {
   color: #766A73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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