Html Css Color HEX #77714D Go Ben

📋 copy color: '#77714D'

red 119 ◦ green 113 ◦ blue 77

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

Shades of Go Ben #77714D

Tints of Go Ben #77714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 38.51%
G = 36.57%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77714D (or 0x77714D) is known color: Go Ben. HEX triplet: 77, 71 and 4D. RGB value is (119,113,77). Sum of RGB (Red+Green+Blue) = 119+113+77=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77714D is #888EB2. Grayscale: #6E6E6E. Windows color (decimal): -8949427 or 5075319. OLE color: 5075319.

HSL color Cylindrical-coordinate representation of color #77714D: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77714D is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 77 -
CMYK 0 0.05 0.35 0.53
HSL 51.43º 0.21% 0.38% -
HSV(B) 51.43º 0.35% 0.47% -
XYZ 14.85 16.27 9.38 -
YUV 110.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 119 113 77 0 0.05 0.35 0.53 51.43 0.21 0.38
Hex 77 71 4D 0 5 23 35 33 15 26
Octal 167 161 115 0 5 43 65 63 25 46
Binary 1110111 1110001 1001101 0 101 100011 110101 110011 10101 100110

Color Harmonies of #77714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77714D

Black with #77714D

Text Example


Text Example

White with #77714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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