Html Css Color HEX #776C40 Go Ben

📋 copy color: '#776C40'

red 119 ◦ green 108 ◦ blue 64

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

Shades of Go Ben #776C40

Tints of Go Ben #776C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 40.89%
G = 37.11%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#776C40 (or 0x776C40) is known color: Go Ben. HEX triplet: 77, 6C and 40. RGB value is (119,108,64). Sum of RGB (Red+Green+Blue) = 119+108+64=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C40 is #8893BF. Grayscale: #6A6A6A. Windows color (decimal): -8950720 or 4222071. OLE color: 4222071.

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

Color convert

RGB 119 108 64 -
CMYK 0 0.09 0.46 0.53
HSL 48º 0.3% 0.36% -
HSV(B) 48º 0.46% 0.47% -
XYZ 13.9 15.02 7.02 -
YUV 106.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 119 108 64 0 0.09 0.46 0.53 48 0.3 0.36
Hex 77 6C 40 0 9 2E 35 30 1E 24
Octal 167 154 100 0 11 56 65 60 36 44
Binary 1110111 1101100 1000000 0 1001 101110 110101 110000 11110 100100

Color Harmonies of #776C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C40

Black with #776C40

Text Example


Text Example

White with #776C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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