#77734D

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

Shades of Go Ben #77734D

Tints of Go Ben #77734D

Color information

#77734D (or 0x77734D) is unknown color: approx Go Ben. HEX triplet: 77, 73 and 4D. RGB value is (119,115,77). Sum of RGB (Red+Green+Blue) = 119+115+77=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77734D is #888CB2. Grayscale: #707070. Windows color (decimal): -8948915 or 5075831. OLE color: 5075831.

HSL color Cylindrical-coordinate representation of color #77734D: hue angle of 54.29º 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 #77734D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11911577-
CMYK00.030.350.53
HSL54.29º21.43%38.43%-
HSV(B)54.29º35.29%46.67%-
XYZ15.0816.729.45-
YUV111.86108.33133.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=38.26%
G=36.98%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191157700.030.350.5354.2921.4338.43
Hex77734D032335361526
Octal167163115034365662546
Binary11101111110011100110101110001111010111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77734D;
 }
 .AnyTagClassName
 {
   color: #77734D;
 }
</style>
background-color css

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

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

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

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

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

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