Html Css Color HEX #766F74 Monsoon

📋 copy color: '#766F74'

red 118 ◦ green 111 ◦ blue 116

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

Shades of Monsoon #766F74

Tints of Monsoon #766F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

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

R = 34.2%
G = 32.17%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766F74 (or 0x766F74) is known color: Monsoon. HEX triplet: 76, 6F and 74. RGB value is (118,111,116). Sum of RGB (Red+Green+Blue) = 118+111+116=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 118 - color contains mainly: red. Hex color #766F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F74 is #89908B. Grayscale: #717171. Windows color (decimal): -9015436 or 7630710. OLE color: 7630710.

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

Color convert

RGB 118 111 116 -
CMYK 0 0.06 0.02 0.54
HSL 317.14º 0.03% 0.45% -
HSV(B) 317.14º 0.06% 0.46% -
XYZ 16.31 16.48 18.84 -
YUV 113.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 118 111 116 0 0.06 0.02 0.54 317.14 0.03 0.45
Hex 76 6F 74 0 6 2 36 13D 3 2D
Octal 166 157 164 0 6 2 66 475 3 55
Binary 1110110 1101111 1110100 0 110 10 110110 100111101 11 101101

Color Harmonies of #766F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F74

Black with #766F74

Text Example


Text Example

White with #766F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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