Html Css Color HEX #776D4C Go Ben

📋 copy color: '#776D4C'

red 119 ◦ green 109 ◦ blue 76

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

Shades of Go Ben #776D4C

Tints of Go Ben #776D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 39.14%
G = 35.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#776D4C (or 0x776D4C) is known color: Go Ben. HEX triplet: 77, 6D and 4C. RGB value is (119,109,76). Sum of RGB (Red+Green+Blue) = 119+109+76=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D4C is #8892B3. Grayscale: #6C6C6C. Windows color (decimal): -8950452 or 5008759. OLE color: 5008759.

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

Color convert

RGB 119 109 76 -
CMYK 0 0.08 0.36 0.53
HSL 46.05º 0.22% 0.38% -
HSV(B) 46.05º 0.36% 0.47% -
XYZ 14.38 15.38 9.05 -
YUV 108.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 119 109 76 0 0.08 0.36 0.53 46.05 0.22 0.38
Hex 77 6D 4C 0 8 24 35 2E 16 26
Octal 167 155 114 0 10 44 65 56 26 46
Binary 1110111 1101101 1001100 0 1000 100100 110101 101110 10110 100110

Color Harmonies of #776D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D4C

Black with #776D4C

Text Example


Text Example

White with #776D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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