Html Css Color HEX #77714A Go Ben

📋 copy color: '#77714A'

red 119 ◦ green 113 ◦ blue 74

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

Shades of Go Ben #77714A

Tints of Go Ben #77714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

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

R = 38.89%
G = 36.93%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77714A (or 0x77714A) is known color: Go Ben. HEX triplet: 77, 71 and 4A. RGB value is (119,113,74). Sum of RGB (Red+Green+Blue) = 119+113+74=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #77714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77714A is #888EB5. Grayscale: #6E6E6E. Windows color (decimal): -8949430 or 4878711. OLE color: 4878711.

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

Color convert

RGB 119 113 74 -
CMYK 0 0.05 0.38 0.53
HSL 52º 0.23% 0.38% -
HSV(B) 52º 0.38% 0.47% -
XYZ 14.75 16.23 8.83 -
YUV 110.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 119 113 74 0 0.05 0.38 0.53 52 0.23 0.38
Hex 77 71 4A 0 5 26 35 34 17 26
Octal 167 161 112 0 5 46 65 64 27 46
Binary 1110111 1110001 1001010 0 101 100110 110101 110100 10111 100110

Color Harmonies of #77714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77714A

Black with #77714A

Text Example


Text Example

White with #77714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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