Html Css Color HEX #776A71 Monsoon

📋 copy color: '#776A71'

red 119 ◦ green 106 ◦ blue 113

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

Shades of Monsoon #776A71

Tints of Monsoon #776A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 35.21%
G = 31.36%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#776A71 (or 0x776A71) is known color: Monsoon. HEX triplet: 77, 6A and 71. RGB value is (119,106,113). Sum of RGB (Red+Green+Blue) = 119+106+113=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A71 is #88958E. Grayscale: #6E6E6E. Windows color (decimal): -8951183 or 7432823. OLE color: 7432823.

HSL color Cylindrical-coordinate representation of color #776A71: hue angle of 327.69º 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 #776A71 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 113 -
CMYK 0 0.11 0.05 0.53
HSL 327.69º 0.06% 0.44% -
HSV(B) 327.69º 0.11% 0.47% -
XYZ 15.74 15.42 17.77 -
YUV 110.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 119 106 113 0 0.11 0.05 0.53 327.69 0.06 0.44
Hex 77 6A 71 0 B 5 35 148 6 2C
Octal 167 152 161 0 13 5 65 510 6 54
Binary 1110111 1101010 1110001 0 1011 101 110101 101001000 110 101100

Color Harmonies of #776A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A71

Black with #776A71

Text Example


Text Example

White with #776A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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