#78714B

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

Shades of Go Ben #78714B

Tints of Go Ben #78714B

Color information

#78714B (or 0x78714B) is unknown color: approx Go Ben. HEX triplet: 78, 71 and 4B. RGB value is (120,113,75). Sum of RGB (Red+Green+Blue) = 120+113+75=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #78714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78714B is #878EB4. Grayscale: #6E6E6E. Windows color (decimal): -8883893 or 4944248. OLE color: 4944248.

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

Color convert

RGB12011375-
CMYK00.060.370.53
HSL50.67º23.08%38.24%-
HSV(B)50.67º37.5%47.06%-
XYZ14.9216.319.02-
YUV110.76107.82134.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=38.96%
G=36.69%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201137500.060.370.5350.6723.0838.24
Hex78714B062535331726
Octal170161113064565632746
Binary111100011100011001011011010010111010111001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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