Html Css Color HEX #776571 Monsoon

📋 copy color: '#776571'

red 119 ◦ green 101 ◦ blue 113

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

Shades of Monsoon #776571

Tints of Monsoon #776571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

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

R = 35.74%
G = 30.33%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#776571 (or 0x776571) is known color: Monsoon. HEX triplet: 77, 65 and 71. RGB value is (119,101,113). Sum of RGB (Red+Green+Blue) = 119+101+113=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776571 is #889A8E. Grayscale: #6B6B6B. Windows color (decimal): -8952463 or 7431543. OLE color: 7431543.

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

Color convert

RGB 119 101 113 -
CMYK 0 0.15 0.05 0.53
HSL 320º 0.08% 0.43% -
HSV(B) 320º 0.15% 0.47% -
XYZ 15.24 14.42 17.6 -
YUV 107.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 119 101 113 0 0.15 0.05 0.53 320 0.08 0.43
Hex 77 65 71 0 F 5 35 140 8 2B
Octal 167 145 161 0 17 5 65 500 10 53
Binary 1110111 1100101 1110001 0 1111 101 110101 101000000 1000 101011

Color Harmonies of #776571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776571

Black with #776571

Text Example


Text Example

White with #776571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776571; }

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

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

background-color css

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

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

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

border-color css

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

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

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