Html Css Color HEX #776A43 Go Ben

📋 copy color: '#776A43'

red 119 ◦ green 106 ◦ blue 67

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

Shades of Go Ben #776A43

Tints of Go Ben #776A43

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 40.75%
G = 36.3%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#776A43 (or 0x776A43) is known color: Go Ben. HEX triplet: 77, 6A and 43. RGB value is (119,106,67). Sum of RGB (Red+Green+Blue) = 119+106+67=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A43 is #8895BC. Grayscale: #696969. Windows color (decimal): -8951229 or 4418167. OLE color: 4418167.

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

Color convert

RGB 119 106 67 -
CMYK 0 0.11 0.44 0.53
HSL 45º 0.28% 0.36% -
HSV(B) 45º 0.44% 0.47% -
XYZ 13.77 14.64 7.41 -
YUV 105.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 119 106 67 0 0.11 0.44 0.53 45 0.28 0.36
Hex 77 6A 43 0 B 2C 35 2D 1C 24
Octal 167 152 103 0 13 54 65 55 34 44
Binary 1110111 1101010 1000011 0 1011 101100 110101 101101 11100 100100

Color Harmonies of #776A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A43

Black with #776A43

Text Example


Text Example

White with #776A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,67); }

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

background-color css

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

 a { background-color: rgb(119,106,67); }

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

border-color css

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

 span { border-color: rgb(119,106,67); }

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