#77714A

Color #77714A Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #77714A

Tints of Go Ben #77714A

Color information

#77714A (or 0x77714A) is unknown color: approx 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

RGB11911374-
CMYK00.050.380.53
HSL52º23.32%37.84%-
HSV(B)52º37.82%46.67%-
XYZ14.7516.238.83-
YUV110.35107.49134.17-

RGB Variations

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

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.30% from 255) = 24.18%
R=38.89%
G=36.93%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191137400.050.380.535223.3237.84
Hex77714A052635341726
Octal167161112054665642746
Binary111011111100011001010010110011011010111010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>