#787250

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

Shades of Go Ben #787250

Tints of Go Ben #787250

Color information

#787250 (or 0x787250) is unknown color: approx Go Ben. HEX triplet: 78, 72 and 50. RGB value is (120,114,80). Sum of RGB (Red+Green+Blue) = 120+114+80=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #787250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787250 is #878DAF. Grayscale: #707070. Windows color (decimal): -8883632 or 5272184. OLE color: 5272184.

HSL color Cylindrical-coordinate representation of color #787250: hue angle of 51º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787250 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB12011480-
CMYK00.050.330.53
HSL51º20%39.22%-
HSV(B)51º33.33%47.06%-
XYZ15.2116.619.99-
YUV111.92109.99133.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=38.22%
G=36.31%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201148000.050.330.53512039.22
Hex787250052135331427
Octal170162120054165632447
Binary111100011100101010000010110000111010111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787250; }

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

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

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

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

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

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

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

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