Html Css Color HEX #776F74 Monsoon

📋 copy color: '#776F74'

red 119 ◦ green 111 ◦ blue 116

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

Shades of Monsoon #776F74

Tints of Monsoon #776F74

RGB

 RED value IS 119 (46.88% from 255) = 34.39%

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

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

R = 34.39%
G = 32.08%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#776F74 (or 0x776F74) is known color: Monsoon. HEX triplet: 77, 6F and 74. RGB value is (119,111,116). Sum of RGB (Red+Green+Blue) = 119+111+116=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 119 - color contains mainly: red. Hex color #776F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F74 is #88908B. Grayscale: #717171. Windows color (decimal): -8949900 or 7630711. OLE color: 7630711.

HSL color Cylindrical-coordinate representation of color #776F74: hue angle of 322.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #776F74 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 116 -
CMYK 0 0.07 0.03 0.53
HSL 322.5º 0.03% 0.45% -
HSV(B) 322.5º 0.07% 0.47% -
XYZ 16.44 16.55 18.85 -
YUV 113.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 119 111 116 0 0.07 0.03 0.53 322.5 0.03 0.45
Hex 77 6F 74 0 7 3 35 142 3 2D
Octal 167 157 164 0 7 3 65 502 3 55
Binary 1110111 1101111 1110100 0 111 11 110101 101000010 11 101101

Color Harmonies of #776F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F74

Black with #776F74

Text Example


Text Example

White with #776F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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