#787150

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

Shades of Go Ben #787150

Tints of Go Ben #787150

Color information

#787150 (or 0x787150) is unknown color: approx Go Ben. HEX triplet: 78, 71 and 50. RGB value is (120,113,80). Sum of RGB (Red+Green+Blue) = 120+113+80=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #787150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787150 is #878EAF. Grayscale: #6F6F6F. Windows color (decimal): -8883888 or 5271928. OLE color: 5271928.

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

Color convert

RGB12011380-
CMYK00.060.330.53
HSL49.5º20%39.22%-
HSV(B)49.5º33.33%47.06%-
XYZ15.116.389.96-
YUV111.33110.32134.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=38.34%
G=36.10%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201138000.060.330.5349.52039.22
Hex787150062135321427
Octal170161120064165622447
Binary111100011100011010000011010000111010111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787150; }

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

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

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

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

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

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

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

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