Html Css Color HEX #776471 Monsoon

📋 copy color: '#776471'

red 119 ◦ green 100 ◦ blue 113

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

Shades of Monsoon #776471

Tints of Monsoon #776471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 35.84%
G = 30.12%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#776471 (or 0x776471) is known color: Monsoon. HEX triplet: 77, 64 and 71. RGB value is (119,100,113). Sum of RGB (Red+Green+Blue) = 119+100+113=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776471 is #889B8E. Grayscale: #6B6B6B. Windows color (decimal): -8952719 or 7431287. OLE color: 7431287.

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

Color convert

RGB 119 100 113 -
CMYK 0 0.16 0.05 0.53
HSL 318.95º 0.09% 0.43% -
HSV(B) 318.95º 0.16% 0.47% -
XYZ 15.15 14.23 17.57 -
YUV 107.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 119 100 113 0 0.16 0.05 0.53 318.95 0.09 0.43
Hex 77 64 71 0 10 5 35 13F 9 2B
Octal 167 144 161 0 20 5 65 477 11 53
Binary 1110111 1100100 1110001 0 10000 101 110101 100111111 1001 101011

Color Harmonies of #776471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776471

Black with #776471

Text Example


Text Example

White with #776471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776471; }

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

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

background-color css

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

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

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

border-color css

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

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

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