#787242

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

Shades of Go Ben #787242

Tints of Go Ben #787242

Color information

#787242 (or 0x787242) is unknown color: approx Go Ben. HEX triplet: 78, 72 and 42. RGB value is (120,114,66). Sum of RGB (Red+Green+Blue) = 120+114+66=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #787242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787242 is #878DBD. Grayscale: #6E6E6E. Windows color (decimal): -8883646 or 4354680. OLE color: 4354680.

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

Color convert

RGB12011466-
CMYK00.050.450.53
HSL53.33º29.03%36.47%-
HSV(B)53.33º45%47.06%-
XYZ14.7516.427.55-
YUV110.32102.99134.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 66 (26.17% from 255) = 22%
R=40%
G=38%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201146600.050.450.5353.3329.0336.47
Hex787242052D35351d24
Octal170162102055565653544
Binary111100011100101000010010110110111010111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787242; }

 p { color: rgb(120,114,66); }

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

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

 a { background-color: rgb(120,114,66); }

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

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

 span { border-color: rgb(120,114,66); }

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