Html Css Color HEX #77704A Go Ben

📋 copy color: '#77704A'

red 119 ◦ green 112 ◦ blue 74

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

Shades of Go Ben #77704A

Tints of Go Ben #77704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.72%

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

R = 39.02%
G = 36.72%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77704A (or 0x77704A) is known color: Go Ben. HEX triplet: 77, 70 and 4A. RGB value is (119,112,74). Sum of RGB (Red+Green+Blue) = 119+112+74=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #77704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77704A is #888FB5. Grayscale: #6D6D6D. Windows color (decimal): -8949686 or 4878455. OLE color: 4878455.

HSL color Cylindrical-coordinate representation of color #77704A: hue angle of 50.67º 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 #77704A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 74 -
CMYK 0 0.06 0.38 0.53
HSL 50.67º 0.23% 0.38% -
HSV(B) 50.67º 0.38% 0.47% -
XYZ 14.64 16 8.8 -
YUV 109.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 119 112 74 0 0.06 0.38 0.53 50.67 0.23 0.38
Hex 77 70 4A 0 6 26 35 33 17 26
Octal 167 160 112 0 6 46 65 63 27 46
Binary 1110111 1110000 1001010 0 110 100110 110101 110011 10111 100110

Color Harmonies of #77704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77704A

Black with #77704A

Text Example


Text Example

White with #77704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77704A; }

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

 H1.HeaderClassName
 {
   color: #77704A;
 }
 .AnyTagClassName
 {
   color: #77704A;
 }
</style>

background-color css

<style>
 a { background-color: #77704A; }

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

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

border-color css

<style>
 span { border-color: #77704A; }

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

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