Html Css Color HEX #776F73 Monsoon

📋 copy color: '#776F73'

red 119 ◦ green 111 ◦ blue 115

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

Shades of Monsoon #776F73

Tints of Monsoon #776F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 34.49%
G = 32.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#776F73 (or 0x776F73) is known color: Monsoon. HEX triplet: 77, 6F and 73. RGB value is (119,111,115). Sum of RGB (Red+Green+Blue) = 119+111+115=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #776F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F73 is #88908C. Grayscale: #717171. Windows color (decimal): -8949901 or 7565175. OLE color: 7565175.

HSL color Cylindrical-coordinate representation of color #776F73: hue angle of 330º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #776F73 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 115 -
CMYK 0 0.07 0.03 0.53
HSL 330º 0.03% 0.45% -
HSV(B) 330º 0.07% 0.47% -
XYZ 16.39 16.53 18.55 -
YUV 113.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 119 111 115 0 0.07 0.03 0.53 330 0.03 0.45
Hex 77 6F 73 0 7 3 35 14A 3 2D
Octal 167 157 163 0 7 3 65 512 3 55
Binary 1110111 1101111 1110011 0 111 11 110101 101001010 11 101101

Color Harmonies of #776F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F73

Black with #776F73

Text Example


Text Example

White with #776F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,115); }

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

background-color css

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

 a { background-color: rgb(119,111,115); }

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

border-color css

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

 span { border-color: rgb(119,111,115); }

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