Html Css Color HEX #77704B Go Ben

📋 copy color: '#77704B'

red 119 ◦ green 112 ◦ blue 75

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

Shades of Go Ben #77704B

Tints of Go Ben #77704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 38.89%
G = 36.6%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77704B (or 0x77704B) is known color: Go Ben. HEX triplet: 77, 70 and 4B. RGB value is (119,112,75). Sum of RGB (Red+Green+Blue) = 119+112+75=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #77704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77704B is #888FB4. Grayscale: #6E6E6E. Windows color (decimal): -8949685 or 4943991. OLE color: 4943991.

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

Color convert

RGB 119 112 75 -
CMYK 0 0.06 0.37 0.53
HSL 50.45º 0.23% 0.38% -
HSV(B) 50.45º 0.37% 0.47% -
XYZ 14.67 16.02 8.98 -
YUV 109.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 119 112 75 0 0.06 0.37 0.53 50.45 0.23 0.38
Hex 77 70 4B 0 6 25 35 32 17 26
Octal 167 160 113 0 6 45 65 62 27 46
Binary 1110111 1110000 1001011 0 110 100101 110101 110010 10111 100110

Color Harmonies of #77704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77704B

Black with #77704B

Text Example


Text Example

White with #77704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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