Html Css Color HEX #776F49 Go Ben

📋 copy color: '#776F49'

red 119 ◦ green 111 ◦ blue 73

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

Shades of Go Ben #776F49

Tints of Go Ben #776F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 39.27%
G = 36.63%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776F49 (or 0x776F49) is known color: Go Ben. HEX triplet: 77, 6F and 49. RGB value is (119,111,73). Sum of RGB (Red+Green+Blue) = 119+111+73=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F49 is #8890B6. Grayscale: #6D6D6D. Windows color (decimal): -8949943 or 4812663. OLE color: 4812663.

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

Color convert

RGB 119 111 73 -
CMYK 0 0.07 0.39 0.53
HSL 49.57º 0.24% 0.38% -
HSV(B) 49.57º 0.39% 0.47% -
XYZ 14.49 15.77 8.58 -
YUV 109.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 119 111 73 0 0.07 0.39 0.53 49.57 0.24 0.38
Hex 77 6F 49 0 7 27 35 32 18 26
Octal 167 157 111 0 7 47 65 62 30 46
Binary 1110111 1101111 1001001 0 111 100111 110101 110010 11000 100110

Color Harmonies of #776F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F49

Black with #776F49

Text Example


Text Example

White with #776F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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