Html Css Color HEX #777040 Go Ben

📋 copy color: '#777040'

red 119 ◦ green 112 ◦ blue 64

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

Shades of Go Ben #777040

Tints of Go Ben #777040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 40.34%
G = 37.97%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#777040 (or 0x777040) is known color: Go Ben. HEX triplet: 77, 70 and 40. RGB value is (119,112,64). Sum of RGB (Red+Green+Blue) = 119+112+64=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #777040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777040 is #888FBF. Grayscale: #6C6C6C. Windows color (decimal): -8949696 or 4223095. OLE color: 4223095.

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

Color convert

RGB 119 112 64 -
CMYK 0 0.06 0.46 0.53
HSL 52.36º 0.3% 0.36% -
HSV(B) 52.36º 0.46% 0.47% -
XYZ 14.33 15.88 7.16 -
YUV 108.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 119 112 64 0 0.06 0.46 0.53 52.36 0.3 0.36
Hex 77 70 40 0 6 2E 35 34 1E 24
Octal 167 160 100 0 6 56 65 64 36 44
Binary 1110111 1110000 1000000 0 110 101110 110101 110100 11110 100100

Color Harmonies of #777040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777040

Black with #777040

Text Example


Text Example

White with #777040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777040; }

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

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

background-color css

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

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

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

border-color css

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

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

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