Html Css Color HEX #776949 Go Ben

📋 copy color: '#776949'

red 119 ◦ green 105 ◦ blue 73

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

Shades of Go Ben #776949

Tints of Go Ben #776949

RGB

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

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

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

R = 40.07%
G = 35.35%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776949 (or 0x776949) is known color: Go Ben. HEX triplet: 77, 69 and 49. RGB value is (119,105,73). Sum of RGB (Red+Green+Blue) = 119+105+73=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776949 is #8896B6. Grayscale: #696969. Windows color (decimal): -8951479 or 4811127. OLE color: 4811127.

HSL color Cylindrical-coordinate representation of color #776949: hue angle of 41.74º 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 #776949 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 73 -
CMYK 0 0.12 0.39 0.53
HSL 41.74º 0.24% 0.38% -
HSV(B) 41.74º 0.39% 0.47% -
XYZ 13.86 14.51 8.37 -
YUV 105.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 119 105 73 0 0.12 0.39 0.53 41.74 0.24 0.38
Hex 77 69 49 0 C 27 35 2A 18 26
Octal 167 151 111 0 14 47 65 52 30 46
Binary 1110111 1101001 1001001 0 1100 100111 110101 101010 11000 100110

Color Harmonies of #776949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776949

Black with #776949

Text Example


Text Example

White with #776949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776949; }

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

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

background-color css

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

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

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

border-color css

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

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

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