Html Css Color HEX #776D48 Go Ben

📋 copy color: '#776D48'

red 119 ◦ green 109 ◦ blue 72

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

Shades of Go Ben #776D48

Tints of Go Ben #776D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

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

R = 39.67%
G = 36.33%
B = 24%

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

#776D48 (or 0x776D48) is known color: Go Ben. HEX triplet: 77, 6D and 48. RGB value is (119,109,72). Sum of RGB (Red+Green+Blue) = 119+109+72=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D48 is #8892B7. Grayscale: #6B6B6B. Windows color (decimal): -8950456 or 4746615. OLE color: 4746615.

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

Color convert

RGB 119 109 72 -
CMYK 0 0.08 0.39 0.53
HSL 47.23º 0.25% 0.37% -
HSV(B) 47.23º 0.39% 0.47% -
XYZ 14.25 15.33 8.34 -
YUV 107.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 119 109 72 0 0.08 0.39 0.53 47.23 0.25 0.37
Hex 77 6D 48 0 8 27 35 2F 19 25
Octal 167 155 110 0 10 47 65 57 31 45
Binary 1110111 1101101 1001000 0 1000 100111 110101 101111 11001 100101

Color Harmonies of #776D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D48

Black with #776D48

Text Example


Text Example

White with #776D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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