#77754A

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

Shades of Go Ben #77754A

Tints of Go Ben #77754A

Color information

#77754A (or 0x77754A) is unknown color: approx Go Ben. HEX triplet: 77, 75 and 4A. RGB value is (119,117,74). Sum of RGB (Red+Green+Blue) = 119+117+74=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77754A is #888AB5. Grayscale: #707070. Windows color (decimal): -8948406 or 4879735. OLE color: 4879735.

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

Color convert

RGB11911774-
CMYK00.020.380.53
HSL57.33º23.32%37.84%-
HSV(B)57.33º37.82%46.67%-
XYZ15.2117.148.99-
YUV112.7106.16132.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=38.39%
G=37.74%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191177400.020.380.5357.3323.3237.84
Hex77754A022635391726
Octal167165112024665712746
Binary11101111110101100101001010011011010111100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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