#78704F

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

Shades of Go Ben #78704F

Tints of Go Ben #78704F

Color information

#78704F (or 0x78704F) is unknown color: approx Go Ben. HEX triplet: 78, 70 and 4F. RGB value is (120,112,79). Sum of RGB (Red+Green+Blue) = 120+112+79=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78704F is #878FB0. Grayscale: #6E6E6E. Windows color (decimal): -8884145 or 5206136. OLE color: 5206136.

HSL color Cylindrical-coordinate representation of color #78704F: hue angle of 48.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78704F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB12011279-
CMYK00.070.340.53
HSL48.29º20.6%39.02%-
HSV(B)48.29º34.17%47.06%-
XYZ14.9516.159.73-
YUV110.63110.15134.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=38.59%
G=36.01%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201127900.070.340.5348.2920.639.02
Hex78704F072235301527
Octal170160117074265602547
Binary111100011100001001111011110001011010111000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78704F; }

 p { color: rgb(120,112,79); }

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

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

 a { background-color: rgb(120,112,79); }

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

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

 span { border-color: rgb(120,112,79); }

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