#787041

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

Shades of Go Ben #787041

Tints of Go Ben #787041

Color information

#787041 (or 0x787041) is unknown color: approx Go Ben. HEX triplet: 78, 70 and 41. RGB value is (120,112,65). Sum of RGB (Red+Green+Blue) = 120+112+65=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #787041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787041 is #878FBE. Grayscale: #6D6D6D. Windows color (decimal): -8884159 or 4288632. OLE color: 4288632.

HSL color Cylindrical-coordinate representation of color #787041: hue angle of 51.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787041 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB12011265-
CMYK00.070.460.53
HSL51.27º29.73%36.27%-
HSV(B)51.27º45.83%47.06%-
XYZ14.4915.967.32-
YUV109.03103.15135.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=40.40%
G=37.71%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201126500.070.460.5351.2729.7336.27
Hex787041072E35331e24
Octal170160101075665633644
Binary111100011100001000001011110111011010111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787041; }

 p { color: rgb(120,112,65); }

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

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

 a { background-color: rgb(120,112,65); }

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

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

 span { border-color: rgb(120,112,65); }

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