Html Css Color HEX #776E48 Go Ben

📋 copy color: '#776E48'

red 119 ◦ green 110 ◦ blue 72

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

Shades of Go Ben #776E48

Tints of Go Ben #776E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 39.53%
G = 36.54%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776E48 (or 0x776E48) is known color: Go Ben. HEX triplet: 77, 6E and 48. RGB value is (119,110,72). Sum of RGB (Red+Green+Blue) = 119+110+72=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E48 is #8891B7. Grayscale: #6C6C6C. Windows color (decimal): -8950200 or 4746871. OLE color: 4746871.

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

Color convert

RGB 119 110 72 -
CMYK 0 0.08 0.39 0.53
HSL 48.51º 0.25% 0.37% -
HSV(B) 48.51º 0.39% 0.47% -
XYZ 14.35 15.54 8.37 -
YUV 108.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 119 110 72 0 0.08 0.39 0.53 48.51 0.25 0.37
Hex 77 6E 48 0 8 27 35 31 19 25
Octal 167 156 110 0 10 47 65 61 31 45
Binary 1110111 1101110 1001000 0 1000 100111 110101 110001 11001 100101

Color Harmonies of #776E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E48

Black with #776E48

Text Example


Text Example

White with #776E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,72); }

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

background-color css

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

 a { background-color: rgb(119,110,72); }

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

border-color css

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

 span { border-color: rgb(119,110,72); }

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