#777042

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

Shades of Go Ben #777042

Tints of Go Ben #777042

Color information

#777042 (or 0x777042) is unknown color: approx Go Ben. HEX triplet: 77, 70 and 42. RGB value is (119,112,66). Sum of RGB (Red+Green+Blue) = 119+112+66=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #777042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777042 is #888FBD. Grayscale: #6D6D6D. Windows color (decimal): -8949694 or 4354167. OLE color: 4354167.

HSL color Cylindrical-coordinate representation of color #777042: hue angle of 52.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777042 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB11911266-
CMYK00.060.450.53
HSL52.08º28.65%36.27%-
HSV(B)52.08º44.54%46.67%-
XYZ14.3915.97.47-
YUV108.85103.82135.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=40.07%
G=37.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191126600.060.450.5352.0828.6536.27
Hex777042062D35341d24
Octal167160102065565643544
Binary111011111100001000010011010110111010111010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777042; }

 p { color: rgb(119,112,66); }

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

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

 a { background-color: rgb(119,112,66); }

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

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

 span { border-color: rgb(119,112,66); }

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