#787142

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

Shades of Go Ben #787142

Tints of Go Ben #787142

Color information

#787142 (or 0x787142) is unknown color: approx Go Ben. HEX triplet: 78, 71 and 42. RGB value is (120,113,66). Sum of RGB (Red+Green+Blue) = 120+113+66=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #787142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787142 is #878EBD. Grayscale: #6D6D6D. Windows color (decimal): -8883902 or 4354424. OLE color: 4354424.

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

Color convert

RGB12011366-
CMYK00.060.450.53
HSL52.22º29.03%36.47%-
HSV(B)52.22º45%47.06%-
XYZ14.6316.27.51-
YUV109.74103.32135.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=40.13%
G=37.79%
B=22.07%

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
Decimal1201136600.060.450.5352.2229.0336.47
Hex787142062D35341d24
Octal170161102065565643544
Binary111100011100011000010011010110111010111010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787142; }

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

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

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

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

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

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

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

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