#777248

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

Shades of Go Ben #777248

Tints of Go Ben #777248

Color information

#777248 (or 0x777248) is unknown color: approx Go Ben. HEX triplet: 77, 72 and 48. RGB value is (119,114,72). Sum of RGB (Red+Green+Blue) = 119+114+72=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #777248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777248 is #888DB7. Grayscale: #6E6E6E. Windows color (decimal): -8949176 or 4747895. OLE color: 4747895.

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

Color convert

RGB11911472-
CMYK00.040.390.53
HSL53.62º24.61%37.45%-
HSV(B)53.62º39.5%46.67%-
XYZ14.7916.428.52-
YUV110.71106.16133.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=39.02%
G=37.38%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191147200.040.390.5353.6224.6137.45
Hex777248042735361925
Octal167162110044765663145
Binary111011111100101001000010010011111010111011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777248; }

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

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

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

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

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

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

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

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