Html Css Color HEX #776E4A Go Ben

📋 copy color: '#776E4A'

red 119 ◦ green 110 ◦ blue 74

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

Shades of Go Ben #776E4A

Tints of Go Ben #776E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 39.27%
G = 36.3%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#776E4A (or 0x776E4A) is known color: Go Ben. HEX triplet: 77, 6E and 4A. RGB value is (119,110,74). Sum of RGB (Red+Green+Blue) = 119+110+74=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E4A is #8891B5. Grayscale: #6C6C6C. Windows color (decimal): -8950198 or 4877943. OLE color: 4877943.

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

Color convert

RGB 119 110 74 -
CMYK 0 0.08 0.38 0.53
HSL 48º 0.23% 0.38% -
HSV(B) 48º 0.38% 0.47% -
XYZ 14.42 15.57 8.72 -
YUV 108.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 119 110 74 0 0.08 0.38 0.53 48 0.23 0.38
Hex 77 6E 4A 0 8 26 35 30 17 26
Octal 167 156 112 0 10 46 65 60 27 46
Binary 1110111 1101110 1001010 0 1000 100110 110101 110000 10111 100110

Color Harmonies of #776E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E4A

Black with #776E4A

Text Example


Text Example

White with #776E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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