Html Css Color HEX #776A74 Monsoon

📋 copy color: '#776A74'

red 119 ◦ green 106 ◦ blue 116

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

Shades of Monsoon #776A74

Tints of Monsoon #776A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.09%

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

R = 34.9%
G = 31.09%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#776A74 (or 0x776A74) is known color: Monsoon. HEX triplet: 77, 6A and 74. RGB value is (119,106,116). Sum of RGB (Red+Green+Blue) = 119+106+116=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A74 is #88958B. Grayscale: #6F6F6F. Windows color (decimal): -8951180 or 7629431. OLE color: 7629431.

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

Color convert

RGB 119 106 116 -
CMYK 0 0.11 0.03 0.53
HSL 313.85º 0.06% 0.44% -
HSV(B) 313.85º 0.11% 0.47% -
XYZ 15.91 15.49 18.67 -
YUV 111.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 119 106 116 0 0.11 0.03 0.53 313.85 0.06 0.44
Hex 77 6A 74 0 B 3 35 13A 6 2C
Octal 167 152 164 0 13 3 65 472 6 54
Binary 1110111 1101010 1110100 0 1011 11 110101 100111010 110 101100

Color Harmonies of #776A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A74

Black with #776A74

Text Example


Text Example

White with #776A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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