Html Css Color HEX #776370 Monsoon

📋 copy color: '#776370'

red 119 ◦ green 99 ◦ blue 112

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

Shades of Monsoon #776370

Tints of Monsoon #776370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 36.06%
G = 30%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776370 (or 0x776370) is known color: Monsoon. HEX triplet: 77, 63 and 70. RGB value is (119,99,112). Sum of RGB (Red+Green+Blue) = 119+99+112=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776370 is #889C8F. Grayscale: #6A6A6A. Windows color (decimal): -8952976 or 7365495. OLE color: 7365495.

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

Color convert

RGB 119 99 112 -
CMYK 0 0.17 0.06 0.53
HSL 321º 0.09% 0.43% -
HSV(B) 321º 0.17% 0.47% -
XYZ 14.99 14.02 17.24 -
YUV 106.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 119 99 112 0 0.17 0.06 0.53 321 0.09 0.43
Hex 77 63 70 0 11 6 35 141 9 2B
Octal 167 143 160 0 21 6 65 501 11 53
Binary 1110111 1100011 1110000 0 10001 110 110101 101000001 1001 101011

Color Harmonies of #776370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776370

Black with #776370

Text Example


Text Example

White with #776370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776370; }

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

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

background-color css

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

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

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

border-color css

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

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

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