#787564

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

Shades of Flint #787564

Tints of Flint #787564

Color information

#787564 (or 0x787564) is unknown color: approx Flint. HEX triplet: 78, 75 and 64. RGB value is (120,117,100). Sum of RGB (Red+Green+Blue) = 120+117+100=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787564 is #878A9B. Grayscale: #747474. Windows color (decimal): -8882844 or 6583672. OLE color: 6583672.

HSL color Cylindrical-coordinate representation of color #787564: hue angle of 51º 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 #787564 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB120117100-
CMYK00.020.170.53
HSL51º9.09%43.14%-
HSV(B)51º16.67%47.06%-
XYZ16.4117.6414.6-
YUV115.96118.99130.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=35.61%
G=34.72%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011710000.020.170.53519.0943.14
Hex7875640211353392b
Octal170165144022165631153
Binary111100011101011100100010100011101011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787564; }

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

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

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

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

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

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

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

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