Html Css Color HEX #787340 Go Ben

📋 copy color: '#787340'

red 120 ◦ green 115 ◦ blue 64

#787340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Go Ben #787340

Tints of Go Ben #787340

RGB

 RED value IS 120 (47.27% from 255) = 40.13%

 GREEN value IS 115 (45.31% from 255) = 38.46%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 40.13%
G = 38.46%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#787340 (or 0x787340) is known color: Go Ben. HEX triplet: 78, 73 and 40. RGB value is (120,115,64). Sum of RGB (Red+Green+Blue) = 120+115+64=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #787340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787340 is #878CBF. Grayscale: #6E6E6E. Windows color (decimal): -8883392 or 4223864. OLE color: 4223864.

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

Color convert

RGB 120 115 64 -
CMYK 0 0.04 0.47 0.53
HSL 54.64º 0.3% 0.36% -
HSV(B) 54.64º 0.47% 0.47% -
XYZ 14.8 16.62 7.28 -
YUV 110.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 120 115 64 0 0.04 0.47 0.53 54.64 0.3 0.36
Hex 78 73 40 0 4 2F 35 37 1E 24
Octal 170 163 100 0 4 57 65 67 36 44
Binary 1111000 1110011 1000000 0 100 101111 110101 110111 11110 100100

Color Harmonies of #787340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787340

Black with #787340

Text Example


Text Example

White with #787340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787340; }

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

 H1.HeaderClassName
 {
   color: #787340;
 }
 .AnyTagClassName
 {
   color: #787340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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