Html Css Color HEX #77714C Go Ben

📋 copy color: '#77714C'

red 119 ◦ green 113 ◦ blue 76

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

Shades of Go Ben #77714C

Tints of Go Ben #77714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 38.64%
G = 36.69%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77714C (or 0x77714C) is known color: Go Ben. HEX triplet: 77, 71 and 4C. RGB value is (119,113,76). Sum of RGB (Red+Green+Blue) = 119+113+76=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77714C is #888EB3. Grayscale: #6E6E6E. Windows color (decimal): -8949428 or 5009783. OLE color: 5009783.

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

Color convert

RGB 119 113 76 -
CMYK 0 0.05 0.36 0.53
HSL 51.63º 0.22% 0.38% -
HSV(B) 51.63º 0.36% 0.47% -
XYZ 14.82 16.25 9.19 -
YUV 110.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 119 113 76 0 0.05 0.36 0.53 51.63 0.22 0.38
Hex 77 71 4C 0 5 24 35 34 16 26
Octal 167 161 114 0 5 44 65 64 26 46
Binary 1110111 1110001 1001100 0 101 100100 110101 110100 10110 100110

Color Harmonies of #77714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77714C

Black with #77714C

Text Example


Text Example

White with #77714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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