#787460

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

Shades of Flint #787460

Tints of Flint #787460

Color information

#787460 (or 0x787460) is unknown color: approx Flint. HEX triplet: 78, 74 and 60. RGB value is (120,116,96). Sum of RGB (Red+Green+Blue) = 120+116+96=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #787460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787460 is #878B9F. Grayscale: #737373. Windows color (decimal): -8883104 or 6321272. OLE color: 6321272.

HSL color Cylindrical-coordinate representation of color #787460: hue angle of 50º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #787460 is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB12011696-
CMYK00.030.20.53
HSL50º11.11%42.35%-
HSV(B)50º20%47.06%-
XYZ16.117.3313.56-
YUV114.92117.33131.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=36.14%
G=34.94%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201169600.030.20.535011.1142.35
Hex78746003143532b2a
Octal170164140032465621352
Binary111100011101001100000011101001101011100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787460; }

 p { color: rgb(120,116,96); }

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

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

 a { background-color: rgb(120,116,96); }

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

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

 span { border-color: rgb(120,116,96); }

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