Html Css Color HEX #776F40 Go Ben

📋 copy color: '#776F40'

red 119 ◦ green 111 ◦ blue 64

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

Shades of Go Ben #776F40

Tints of Go Ben #776F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 40.48%
G = 37.76%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#776F40 (or 0x776F40) is known color: Go Ben. HEX triplet: 77, 6F and 40. RGB value is (119,111,64). Sum of RGB (Red+Green+Blue) = 119+111+64=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #776F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F40 is #8890BF. Grayscale: #6C6C6C. Windows color (decimal): -8949952 or 4222839. OLE color: 4222839.

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

Color convert

RGB 119 111 64 -
CMYK 0 0.07 0.46 0.53
HSL 51.27º 0.3% 0.36% -
HSV(B) 51.27º 0.46% 0.47% -
XYZ 14.22 15.66 7.12 -
YUV 108.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 119 111 64 0 0.07 0.46 0.53 51.27 0.3 0.36
Hex 77 6F 40 0 7 2E 35 33 1E 24
Octal 167 157 100 0 7 56 65 63 36 44
Binary 1110111 1101111 1000000 0 111 101110 110101 110011 11110 100100

Color Harmonies of #776F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F40

Black with #776F40

Text Example


Text Example

White with #776F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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