Html Css Color HEX #776771 Monsoon

📋 copy color: '#776771'

red 119 ◦ green 103 ◦ blue 113

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

Shades of Monsoon #776771

Tints of Monsoon #776771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 35.52%
G = 30.75%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#776771 (or 0x776771) is known color: Monsoon. HEX triplet: 77, 67 and 71. RGB value is (119,103,113). Sum of RGB (Red+Green+Blue) = 119+103+113=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776771 is #88988E. Grayscale: #6C6C6C. Windows color (decimal): -8951951 or 7432055. OLE color: 7432055.

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

Color convert

RGB 119 103 113 -
CMYK 0 0.13 0.05 0.53
HSL 322.5º 0.07% 0.44% -
HSV(B) 322.5º 0.13% 0.47% -
XYZ 15.44 14.81 17.67 -
YUV 108.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 119 103 113 0 0.13 0.05 0.53 322.5 0.07 0.44
Hex 77 67 71 0 D 5 35 142 7 2C
Octal 167 147 161 0 15 5 65 502 7 54
Binary 1110111 1100111 1110001 0 1101 101 110101 101000010 111 101100

Color Harmonies of #776771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776771

Black with #776771

Text Example


Text Example

White with #776771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776771; }

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

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

background-color css

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

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

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

border-color css

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

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

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