Html Css Color HEX #776972 Monsoon

📋 copy color: '#776972'

red 119 ◦ green 105 ◦ blue 114

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

Shades of Monsoon #776972

Tints of Monsoon #776972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 35.21%
G = 31.07%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#776972 (or 0x776972) is known color: Monsoon. HEX triplet: 77, 69 and 72. RGB value is (119,105,114). Sum of RGB (Red+Green+Blue) = 119+105+114=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776972 is #88968D. Grayscale: #6E6E6E. Windows color (decimal): -8951438 or 7498103. OLE color: 7498103.

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

Color convert

RGB 119 105 114 -
CMYK 0 0.12 0.04 0.53
HSL 321.43º 0.06% 0.44% -
HSV(B) 321.43º 0.12% 0.47% -
XYZ 15.7 15.24 18.03 -
YUV 110.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 119 105 114 0 0.12 0.04 0.53 321.43 0.06 0.44
Hex 77 69 72 0 C 4 35 141 6 2C
Octal 167 151 162 0 14 4 65 501 6 54
Binary 1110111 1101001 1110010 0 1100 100 110101 101000001 110 101100

Color Harmonies of #776972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776972

Black with #776972

Text Example


Text Example

White with #776972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776972; }

 p { color: rgb(119,105,114); }

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

background-color css

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

 a { background-color: rgb(119,105,114); }

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

border-color css

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

 span { border-color: rgb(119,105,114); }

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