#787348

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

Shades of Go Ben #787348

Tints of Go Ben #787348

Color information

#787348 (or 0x787348) is unknown color: approx Go Ben. HEX triplet: 78, 73 and 48. RGB value is (120,115,72). Sum of RGB (Red+Green+Blue) = 120+115+72=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #787348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787348 is #878CB7. Grayscale: #6F6F6F. Windows color (decimal): -8883384 or 4748152. OLE color: 4748152.

HSL color Cylindrical-coordinate representation of color #787348: hue angle of 53.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #787348 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB12011572-
CMYK00.040.400.53
HSL53.75º25%37.65%-
HSV(B)53.75º40%47.06%-
XYZ15.0516.728.57-
YUV111.59105.66134-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=39.09%
G=37.46%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201157200.040.400.5353.752537.65
Hex787348042835361926
Octal170163110045065663146
Binary111100011100111001000010010100011010111011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787348; }

 p { color: rgb(120,115,72); }

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

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

 a { background-color: rgb(120,115,72); }

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

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

 span { border-color: rgb(120,115,72); }

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