Html Css Color HEX #78714C Go Ben

📋 copy color: '#78714C'

red 120 ◦ green 113 ◦ blue 76

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

Shades of Go Ben #78714C

Tints of Go Ben #78714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 38.83%
G = 36.57%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78714C (or 0x78714C) is known color: Go Ben. HEX triplet: 78, 71 and 4C. RGB value is (120,113,76). Sum of RGB (Red+Green+Blue) = 120+113+76=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78714C is #878EB3. Grayscale: #6F6F6F. Windows color (decimal): -8883892 or 5009784. OLE color: 5009784.

HSL color Cylindrical-coordinate representation of color #78714C: hue angle of 50.45º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78714C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 76 -
CMYK 0 0.06 0.37 0.53
HSL 50.45º 0.22% 0.38% -
HSV(B) 50.45º 0.37% 0.47% -
XYZ 14.96 16.33 9.2 -
YUV 110.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 120 113 76 0 0.06 0.37 0.53 50.45 0.22 0.38
Hex 78 71 4C 0 6 25 35 32 16 26
Octal 170 161 114 0 6 45 65 62 26 46
Binary 1111000 1110001 1001100 0 110 100101 110101 110010 10110 100110

Color Harmonies of #78714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78714C

Black with #78714C

Text Example


Text Example

White with #78714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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