Html Css Color HEX #766E72 Monsoon

📋 copy color: '#766E72'

red 118 ◦ green 110 ◦ blue 114

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

Shades of Monsoon #766E72

Tints of Monsoon #766E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 34.5%
G = 32.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766E72 (or 0x766E72) is known color: Monsoon. HEX triplet: 76, 6E and 72. RGB value is (118,110,114). Sum of RGB (Red+Green+Blue) = 118+110+114=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #766E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E72 is #89918D. Grayscale: #707070. Windows color (decimal): -9015694 or 7499382. OLE color: 7499382.

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

Color convert

RGB 118 110 114 -
CMYK 0 0.07 0.03 0.54
HSL 330º 0.04% 0.45% -
HSV(B) 330º 0.07% 0.46% -
XYZ 16.08 16.22 18.2 -
YUV 112.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 118 110 114 0 0.07 0.03 0.54 330 0.04 0.45
Hex 76 6E 72 0 7 3 36 14A 4 2D
Octal 166 156 162 0 7 3 66 512 4 55
Binary 1110110 1101110 1110010 0 111 11 110110 101001010 100 101101

Color Harmonies of #766E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E72

Black with #766E72

Text Example


Text Example

White with #766E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,114); }

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

background-color css

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

 a { background-color: rgb(118,110,114); }

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

border-color css

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

 span { border-color: rgb(118,110,114); }

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