Html Css Color HEX #776770 Monsoon

📋 copy color: '#776770'

red 119 ◦ green 103 ◦ blue 112

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

Shades of Monsoon #776770

Tints of Monsoon #776770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 35.63%
G = 30.84%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776770 (or 0x776770) is known color: Monsoon. HEX triplet: 77, 67 and 70. RGB value is (119,103,112). Sum of RGB (Red+Green+Blue) = 119+103+112=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776770 is #88988F. Grayscale: #6C6C6C. Windows color (decimal): -8951952 or 7366519. OLE color: 7366519.

HSL color Cylindrical-coordinate representation of color #776770: hue angle of 326.25º 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 #776770 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 112 -
CMYK 0 0.13 0.06 0.53
HSL 326.25º 0.07% 0.44% -
HSV(B) 326.25º 0.13% 0.47% -
XYZ 15.38 14.79 17.37 -
YUV 108.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 119 103 112 0 0.13 0.06 0.53 326.25 0.07 0.44
Hex 77 67 70 0 D 6 35 146 7 2C
Octal 167 147 160 0 15 6 65 506 7 54
Binary 1110111 1100111 1110000 0 1101 110 110101 101000110 111 101100

Color Harmonies of #776770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776770

Black with #776770

Text Example


Text Example

White with #776770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776770; }

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

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

background-color css

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

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

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

border-color css

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

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

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