Html Css Color HEX #776F4F Go Ben

📋 copy color: '#776F4F'

red 119 ◦ green 111 ◦ blue 79

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

Shades of Go Ben #776F4F

Tints of Go Ben #776F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 38.51%
G = 35.92%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#776F4F (or 0x776F4F) is known color: Go Ben. HEX triplet: 77, 6F and 4F. RGB value is (119,111,79). Sum of RGB (Red+Green+Blue) = 119+111+79=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #776F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F4F is #8890B0. Grayscale: #6D6D6D. Windows color (decimal): -8949937 or 5205879. OLE color: 5205879.

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

Color convert

RGB 119 111 79 -
CMYK 0 0.07 0.34 0.53
HSL 48º 0.2% 0.39% -
HSV(B) 48º 0.34% 0.47% -
XYZ 14.7 15.86 9.68 -
YUV 109.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 119 111 79 0 0.07 0.34 0.53 48 0.2 0.39
Hex 77 6F 4F 0 7 22 35 30 14 27
Octal 167 157 117 0 7 42 65 60 24 47
Binary 1110111 1101111 1001111 0 111 100010 110101 110000 10100 100111

Color Harmonies of #776F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F4F

Black with #776F4F

Text Example


Text Example

White with #776F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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