Html Css Color HEX #776E42 Go Ben

📋 copy color: '#776E42'

red 119 ◦ green 110 ◦ blue 66

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

Shades of Go Ben #776E42

Tints of Go Ben #776E42

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.29%

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

R = 40.34%
G = 37.29%
B = 22.37%

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

#776E42 (or 0x776E42) is known color: Go Ben. HEX triplet: 77, 6E and 42. RGB value is (119,110,66). Sum of RGB (Red+Green+Blue) = 119+110+66=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E42 is #8891BD. Grayscale: #6B6B6B. Windows color (decimal): -8950206 or 4353655. OLE color: 4353655.

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

Color convert

RGB 119 110 66 -
CMYK 0 0.08 0.45 0.53
HSL 49.81º 0.29% 0.36% -
HSV(B) 49.81º 0.45% 0.47% -
XYZ 14.17 15.47 7.39 -
YUV 107.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 119 110 66 0 0.08 0.45 0.53 49.81 0.29 0.36
Hex 77 6E 42 0 8 2D 35 32 1D 24
Octal 167 156 102 0 10 55 65 62 35 44
Binary 1110111 1101110 1000010 0 1000 101101 110101 110010 11101 100100

Color Harmonies of #776E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E42

Black with #776E42

Text Example


Text Example

White with #776E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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