Html Css Color HEX #776F4C Go Ben

📋 copy color: '#776F4C'

red 119 ◦ green 111 ◦ blue 76

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

Shades of Go Ben #776F4C

Tints of Go Ben #776F4C

RGB

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

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

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

R = 38.89%
G = 36.27%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#776F4C (or 0x776F4C) is known color: Go Ben. HEX triplet: 77, 6F and 4C. RGB value is (119,111,76). Sum of RGB (Red+Green+Blue) = 119+111+76=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F4C is #8890B3. Grayscale: #6D6D6D. Windows color (decimal): -8949940 or 5009271. OLE color: 5009271.

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

Color convert

RGB 119 111 76 -
CMYK 0 0.07 0.36 0.53
HSL 48.84º 0.22% 0.38% -
HSV(B) 48.84º 0.36% 0.47% -
XYZ 14.6 15.81 9.12 -
YUV 109.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 119 111 76 0 0.07 0.36 0.53 48.84 0.22 0.38
Hex 77 6F 4C 0 7 24 35 31 16 26
Octal 167 157 114 0 7 44 65 61 26 46
Binary 1110111 1101111 1001100 0 111 100100 110101 110001 10110 100110

Color Harmonies of #776F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F4C

Black with #776F4C

Text Example


Text Example

White with #776F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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