#777048

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

Shades of Go Ben #777048

Tints of Go Ben #777048

Color information

#777048 (or 0x777048) is unknown color: approx Go Ben. HEX triplet: 77, 70 and 48. RGB value is (119,112,72). Sum of RGB (Red+Green+Blue) = 119+112+72=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #777048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777048 is #888FB7. Grayscale: #6D6D6D. Windows color (decimal): -8949688 or 4747383. OLE color: 4747383.

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

Color convert

RGB11911272-
CMYK00.060.390.53
HSL51.06º24.61%37.45%-
HSV(B)51.06º39.5%46.67%-
XYZ14.5715.988.45-
YUV109.53106.82134.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=39.27%
G=36.96%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191127200.060.390.5351.0624.6137.45
Hex777048062735331925
Octal167160110064765633145
Binary111011111100001001000011010011111010111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777048; }

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

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

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

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

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

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

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

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