#787442

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

Shades of Go Ben #787442

Tints of Go Ben #787442

Color information

#787442 (or 0x787442) is unknown color: approx Go Ben. HEX triplet: 78, 74 and 42. RGB value is (120,116,66). Sum of RGB (Red+Green+Blue) = 120+116+66=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #787442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787442 is #878BBD. Grayscale: #6F6F6F. Windows color (decimal): -8883134 or 4355192. OLE color: 4355192.

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

Color convert

RGB12011666-
CMYK00.030.450.53
HSL55.56º29.03%36.47%-
HSV(B)55.56º45%47.06%-
XYZ14.9716.887.62-
YUV111.5102.33134.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=39.74%
G=38.41%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201166600.030.450.5355.5629.0336.47
Hex787442032D35381d24
Octal170164102035565703544
Binary11110001110100100001001110110111010111100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787442; }

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

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

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

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

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

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

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

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