#777041

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

Shades of Go Ben #777041

Tints of Go Ben #777041

Color information

#777041 (or 0x777041) is unknown color: approx Go Ben. HEX triplet: 77, 70 and 41. RGB value is (119,112,65). Sum of RGB (Red+Green+Blue) = 119+112+65=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #777041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777041 is #888FBE. Grayscale: #6C6C6C. Windows color (decimal): -8949695 or 4288631. OLE color: 4288631.

HSL color Cylindrical-coordinate representation of color #777041: hue angle of 52.22º 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 #777041 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB11911265-
CMYK00.060.450.53
HSL52.22º29.35%36.08%-
HSV(B)52.22º45.38%46.67%-
XYZ14.3615.897.31-
YUV108.73103.32135.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=40.20%
G=37.84%
B=21.96%

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
Decimal1191126500.060.450.5352.2229.3536.08
Hex777041062D35341d24
Octal167160101065565643544
Binary111011111100001000001011010110111010111010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777041; }

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

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

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

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

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

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

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

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