#787464

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

Shades of Flint #787464

Tints of Flint #787464

Color information

#787464 (or 0x787464) is unknown color: approx Flint. HEX triplet: 78, 74 and 64. RGB value is (120,116,100). Sum of RGB (Red+Green+Blue) = 120+116+100=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #787464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787464 is #878B9B. Grayscale: #737373. Windows color (decimal): -8883100 or 6583416. OLE color: 6583416.

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

Color convert

RGB120116100-
CMYK00.030.170.53
HSL48º9.09%43.14%-
HSV(B)48º16.67%47.06%-
XYZ16.2917.414.56-
YUV115.37119.33131.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=35.71%
G=34.52%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011610000.030.170.53489.0943.14
Hex7874640311353092b
Octal170164144032165601153
Binary111100011101001100100011100011101011100001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787464; }

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

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

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

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

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

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

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

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