Html Css Color HEX #776B72 Monsoon

📋 copy color: '#776B72'

red 119 ◦ green 107 ◦ blue 114

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

Shades of Monsoon #776B72

Tints of Monsoon #776B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

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

R = 35%
G = 31.47%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#776B72 (or 0x776B72) is known color: Monsoon. HEX triplet: 77, 6B and 72. RGB value is (119,107,114). Sum of RGB (Red+Green+Blue) = 119+107+114=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B72 is #88948D. Grayscale: #6F6F6F. Windows color (decimal): -8950926 or 7498615. OLE color: 7498615.

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

Color convert

RGB 119 107 114 -
CMYK 0 0.10 0.04 0.53
HSL 325º 0.05% 0.44% -
HSV(B) 325º 0.1% 0.47% -
XYZ 15.9 15.65 18.1 -
YUV 111.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 119 107 114 0 0.10 0.04 0.53 325 0.05 0.44
Hex 77 6B 72 0 A 4 35 145 5 2C
Octal 167 153 162 0 12 4 65 505 5 54
Binary 1110111 1101011 1110010 0 1010 100 110101 101000101 101 101100

Color Harmonies of #776B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B72

Black with #776B72

Text Example


Text Example

White with #776B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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