Html Css Color HEX #776D3E Go Ben

📋 copy color: '#776D3E'

red 119 ◦ green 109 ◦ blue 62

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

Shades of Go Ben #776D3E

Tints of Go Ben #776D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 41.03%
G = 37.59%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#776D3E (or 0x776D3E) is known color: Go Ben. HEX triplet: 77, 6D and 3E. RGB value is (119,109,62). Sum of RGB (Red+Green+Blue) = 119+109+62=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D3E is #8892C1. Grayscale: #6A6A6A. Windows color (decimal): -8950466 or 4091255. OLE color: 4091255.

HSL color Cylindrical-coordinate representation of color #776D3E: hue angle of 49.47º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776D3E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 62 -
CMYK 0 0.08 0.48 0.53
HSL 49.47º 0.31% 0.35% -
HSV(B) 49.47º 0.48% 0.47% -
XYZ 13.95 15.21 6.76 -
YUV 106.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 119 109 62 0 0.08 0.48 0.53 49.47 0.31 0.35
Hex 77 6D 3E 0 8 30 35 31 1F 23
Octal 167 155 76 0 10 60 65 61 37 43
Binary 1110111 1101101 111110 0 1000 110000 110101 110001 11111 100011

Color Harmonies of #776D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D3E

Black with #776D3E

Text Example


Text Example

White with #776D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,109,62); }

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

background-color css

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

 a { background-color: rgb(119,109,62); }

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

border-color css

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

 span { border-color: rgb(119,109,62); }

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