Html Css Color HEX #766E74 Monsoon

📋 copy color: '#766E74'

red 118 ◦ green 110 ◦ blue 116

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

Shades of Monsoon #766E74

Tints of Monsoon #766E74

RGB

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

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

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

R = 34.3%
G = 31.98%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766E74 (or 0x766E74) is known color: Monsoon. HEX triplet: 76, 6E and 74. RGB value is (118,110,116). Sum of RGB (Red+Green+Blue) = 118+110+116=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #766E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E74 is #89918B. Grayscale: #717171. Windows color (decimal): -9015692 or 7630454. OLE color: 7630454.

HSL color Cylindrical-coordinate representation of color #766E74: hue angle of 315º 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 #766E74 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 116 -
CMYK 0 0.07 0.02 0.54
HSL 315º 0.04% 0.45% -
HSV(B) 315º 0.07% 0.46% -
XYZ 16.2 16.26 18.81 -
YUV 113.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 118 110 116 0 0.07 0.02 0.54 315 0.04 0.45
Hex 76 6E 74 0 7 2 36 13B 4 2D
Octal 166 156 164 0 7 2 66 473 4 55
Binary 1110110 1101110 1110100 0 111 10 110110 100111011 100 101101

Color Harmonies of #766E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E74

Black with #766E74

Text Example


Text Example

White with #766E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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