Html Css Color HEX #776D42 Go Ben

📋 copy color: '#776D42'

red 119 ◦ green 109 ◦ blue 66

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

Shades of Go Ben #776D42

Tints of Go Ben #776D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 40.48%
G = 37.07%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776D42 (or 0x776D42) is known color: Go Ben. HEX triplet: 77, 6D and 42. RGB value is (119,109,66). Sum of RGB (Red+Green+Blue) = 119+109+66=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #776D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D42 is #8892BD. Grayscale: #6B6B6B. Windows color (decimal): -8950462 or 4353399. OLE color: 4353399.

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

Color convert

RGB 119 109 66 -
CMYK 0 0.08 0.45 0.53
HSL 48.68º 0.29% 0.36% -
HSV(B) 48.68º 0.45% 0.47% -
XYZ 14.06 15.25 7.36 -
YUV 107.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 119 109 66 0 0.08 0.45 0.53 48.68 0.29 0.36
Hex 77 6D 42 0 8 2D 35 31 1D 24
Octal 167 155 102 0 10 55 65 61 35 44
Binary 1110111 1101101 1000010 0 1000 101101 110101 110001 11101 100100

Color Harmonies of #776D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D42

Black with #776D42

Text Example


Text Example

White with #776D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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