Html Css Color HEX #766D74 Monsoon

📋 copy color: '#766D74'

red 118 ◦ green 109 ◦ blue 116

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

Shades of Monsoon #766D74

Tints of Monsoon #766D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 34.4%
G = 31.78%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766D74 (or 0x766D74) is known color: Monsoon. HEX triplet: 76, 6D and 74. RGB value is (118,109,116). Sum of RGB (Red+Green+Blue) = 118+109+116=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #766D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D74 is #89928B. Grayscale: #707070. Windows color (decimal): -9015948 or 7630198. OLE color: 7630198.

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

Color convert

RGB 118 109 116 -
CMYK 0 0.08 0.02 0.54
HSL 313.33º 0.04% 0.45% -
HSV(B) 313.33º 0.08% 0.46% -
XYZ 16.09 16.05 18.77 -
YUV 112.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 118 109 116 0 0.08 0.02 0.54 313.33 0.04 0.45
Hex 76 6D 74 0 8 2 36 139 4 2D
Octal 166 155 164 0 10 2 66 471 4 55
Binary 1110110 1101101 1110100 0 1000 10 110110 100111001 100 101101

Color Harmonies of #766D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D74

Black with #766D74

Text Example


Text Example

White with #766D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,116); }

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

background-color css

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

 a { background-color: rgb(118,109,116); }

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

border-color css

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

 span { border-color: rgb(118,109,116); }

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