#787349

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

Shades of Go Ben #787349

Tints of Go Ben #787349

Color information

#787349 (or 0x787349) is unknown color: approx Go Ben. HEX triplet: 78, 73 and 49. RGB value is (120,115,73). Sum of RGB (Red+Green+Blue) = 120+115+73=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #787349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787349 is #878CB6. Grayscale: #6F6F6F. Windows color (decimal): -8883383 or 4813688. OLE color: 4813688.

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

Color convert

RGB12011573-
CMYK00.040.390.53
HSL53.62º24.35%37.84%-
HSV(B)53.62º39.17%47.06%-
XYZ15.0816.748.74-
YUV111.71106.16133.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=38.96%
G=37.34%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201157300.040.390.5353.6224.3537.84
Hex787349042735361826
Octal170163111044765663046
Binary111100011100111001001010010011111010111011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787349; }

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

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

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

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

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

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

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

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